|
@@ -35,6 +35,7 @@
|
|
|
<result property="WDSCNL" column="WDSCNL" />
|
|
|
<result property="QSB" column="QSB" />
|
|
|
<result property="FCXSL" column="FCXSL" />
|
|
|
+ <result property="FCXSLBL" column="FCXSLBL" />
|
|
|
<result property="delFlag" column="del_flag" />
|
|
|
<result property="revision" column="revision" />
|
|
|
<result property="createBy" column="create_by" />
|
|
@@ -45,7 +46,7 @@
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectTXinyiCalculateVo">
|
|
|
- select id, TEST_DATE, TEST_HOUR, TEST_TIME, JS_TDB, JS_TLB, JS_BOD_B_COD, YYQ_HRT, QYQ_HRT, HYQ_HRT, HFXWNNDZB, F_M, GSLS, GSLS_ONE, GSLS_TWO, XGS_GSLS, XLCSC_BMFH, XLCSC_HRT, CCCDC_BMFH, CCCDC_HRT, ECC_BMFH, ECC_HRT, ECC_GTFH, CLSN_JCSJ, XGCDC_QSQ_SSLS, WHLB, NHLB, WDSCNL, QSB, FCXSL, del_flag, revision, create_by, create_time, update_by, update_time, remark from t_xinyi_calculate
|
|
|
+ select id, TEST_DATE, TEST_HOUR, TEST_TIME, JS_TDB, JS_TLB, JS_BOD_B_COD, YYQ_HRT, QYQ_HRT, HYQ_HRT, HFXWNNDZB, F_M, GSLS, GSLS_ONE, GSLS_TWO, XGS_GSLS, XLCSC_BMFH, XLCSC_HRT, CCCDC_BMFH, CCCDC_HRT, ECC_BMFH, ECC_HRT, ECC_GTFH, CLSN_JCSJ, XGCDC_QSQ_SSLS, WHLB, NHLB, WDSCNL, QSB, FCXSL, FCXSLBL, del_flag, revision, create_by, create_time, update_by, update_time, remark from t_xinyi_calculate
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectTXinyiCalculateList" parameterType="TXinyiCalculate" resultMap="TXinyiCalculateResult">
|
|
@@ -81,6 +82,7 @@
|
|
|
<if test="WDSCNL != null "> and WDSCNL = #{WDSCNL}</if>
|
|
|
<if test="QSB != null "> and QSB = #{QSB}</if>
|
|
|
<if test="FCXSL != null "> and FCXSL = #{FCXSL}</if>
|
|
|
+ <if test="FCXSLBL != null "> and FCXSLBL = #{FCXSLBL}</if>
|
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
|
</where>
|
|
|
and del_flag = 0 order by id desc
|
|
@@ -123,6 +125,7 @@
|
|
|
<if test="WDSCNL != null">WDSCNL,</if>
|
|
|
<if test="QSB != null">QSB,</if>
|
|
|
<if test="FCXSL != null">FCXSL,</if>
|
|
|
+ <if test="FCXSLBL != null">FCXSLBL,</if>
|
|
|
<if test="delFlag != null">del_flag,</if>
|
|
|
<if test="revision != null">revision,</if>
|
|
|
<if test="createBy != null">create_by,</if>
|
|
@@ -161,6 +164,7 @@
|
|
|
<if test="WDSCNL != null">#{WDSCNL},</if>
|
|
|
<if test="QSB != null">#{QSB},</if>
|
|
|
<if test="FCXSL != null">#{FCXSL},</if>
|
|
|
+ <if test="FCXSLBL != null">#{FCXSLBL},</if>
|
|
|
<if test="delFlag != null">#{delFlag},</if>
|
|
|
<if test="revision != null">#{revision},</if>
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
@@ -203,6 +207,7 @@
|
|
|
<if test="WDSCNL != null">WDSCNL = #{WDSCNL},</if>
|
|
|
<if test="QSB != null">QSB = #{QSB},</if>
|
|
|
<if test="FCXSL != null">FCXSL = #{FCXSL},</if>
|
|
|
+ <if test="FCXSLBL != null">FCXSLBL = #{FCXSLBL},</if>
|
|
|
<if test="delFlag != null">del_flag = #{delFlag},</if>
|
|
|
<if test="revision != null">revision = #{revision},</if>
|
|
|
<if test="createBy != null">create_by = #{createBy},</if>
|