|
@@ -100,97 +100,6 @@
|
|
|
select id, add_owner, province_id, province_name, add_year, add_year_month, ws_hsytkh_clsl, ws_hsytkh_js_cod, ws_hsytkh_cs_cod, ws_hsytkh_co2, ws_sjcl_ch4_clsl, ws_sjcl_ch4_js_cod, ws_sjcl_ch4_cs_cod, ws_sjcl_ch4_pfyz, ws_sjcl_ch4_tsb, ws_sjcl_ch4_csc, ws_sjcl_ch4_co2, ws_td_n2o_clsl, ws_td_n2o_js_tn, ws_td_n2o_cs_tn, ws_td_n2o_pfyz, ws_td_n2o_co2, nyyj_dlxh_zhdl, nyyj_dlxh_zhdl_co2, nyyj_dlxh_jsbf, nyyj_dlxh_jsbf_co2, nyyj_dlxh_gfjf, nyyj_dlxh_gfjf_co2, nyyj_dlxh_tsjf, nyyj_dlxh_tsjf_co2, nyyj_dlxh_xdj, nyyj_dlxh_xdj_co2, nyyj_dlxh_sdcl, nyyj_dlxh_sdcl_co2, nyyj_dlxh_wncz, nyyj_dlxh_wncz_co2, nyyj_dlxh_shq, nyyj_dlxh_shq_co2, nyyj_dlxh_qt, nyyj_dlxh_qt_co2, nyyj_grrl_zq, nyyj_grrl_dyhz, nyyj_grrl_rl, nyyj_grrl_co2, wncl_yyzq_zqcl, wncl_yyzq_ch_zlfs, wncl_yyzq_co2, wncl_ddcl_zycll, wncl_ddcl_clqnd, wncl_ddcl_clhnd, wncl_ddcl_pfyz, wncl_ddcl_co2, wncl_hyfj_fjl, wncl_hyfj_ch4_co2, wncl_hyfj_n2o_co2, wncl_wnfs_xhl, wncl_wnfs_htbl, wncl_wnfs_co2, wncl_bwqrs_rslx, wncl_bwqrs_fsl, wncl_bwqrs_pfyz, wncl_bwqrs_ch4_co2, wncl_bwqrs_n2o_co2, wncl_wnrj_byh_xhl, wncl_wnrj_byh_htbl, wncl_wnrj_byh_co2, wncl_wnrj_qt_lx, wncl_wnrj_qt_xhl, wncl_wnrj_qt_pfyz, wncl_wnrj_qt_ch4_co2, wncl_wnrj_qt_n2o_co2, th_gf_zhdl, th_gf_co2, th_zss_scgm, th_zss_gyl, th_zss_co2, th_wn_clh_flwnl, th_wn_clh_co2, wscl_total_co2, nyyj_total_co2, wncl_total_co2, ttth_total_co2, zt_total_co2, del_flag, revision, create_by, create_time, update_by, update_time from t_xinyi_carbon_major
|
|
|
</sql>
|
|
|
|
|
|
- <select id="selectTXinyiCarbonMajorList" parameterType="TXinyiCarbonMajor" resultMap="TXinyiCarbonMajorResult">
|
|
|
- <include refid="selectTXinyiCarbonMajorVo"/>
|
|
|
- <where>
|
|
|
- 1 = 1
|
|
|
- <if test="addOwner != null and addOwner != ''"> and add_owner = #{addOwner}</if>
|
|
|
- <if test="provinceId != null "> and province_id = #{provinceId}</if>
|
|
|
- <if test="provinceName != null and provinceName != ''"> and province_name like concat('%', #{provinceName}, '%')</if>
|
|
|
- <if test="addYear != null and addYear != ''"> and add_year = #{addYear}</if>
|
|
|
- <if test="addYearMonth != null and addYearMonth != ''"> and add_year_month = #{addYearMonth}</if>
|
|
|
- <if test="wsHsytkhClsl != null "> and ws_hsytkh_clsl = #{wsHsytkhClsl}</if>
|
|
|
- <if test="wsHsytkhJsCod != null "> and ws_hsytkh_js_cod = #{wsHsytkhJsCod}</if>
|
|
|
- <if test="wsHsytkhCsCod != null "> and ws_hsytkh_cs_cod = #{wsHsytkhCsCod}</if>
|
|
|
- <if test="wsHsytkhCo2 != null "> and ws_hsytkh_co2 = #{wsHsytkhCo2}</if>
|
|
|
- <if test="wsSjclCh4Clsl != null "> and ws_sjcl_ch4_clsl = #{wsSjclCh4Clsl}</if>
|
|
|
- <if test="wsSjclCh4JsCod != null "> and ws_sjcl_ch4_js_cod = #{wsSjclCh4JsCod}</if>
|
|
|
- <if test="wsSjclCh4CsCod != null "> and ws_sjcl_ch4_cs_cod = #{wsSjclCh4CsCod}</if>
|
|
|
- <if test="wsSjclCh4Pfyz != null "> and ws_sjcl_ch4_pfyz = #{wsSjclCh4Pfyz}</if>
|
|
|
- <if test="wsSjclCh4Tsb != null "> and ws_sjcl_ch4_tsb = #{wsSjclCh4Tsb}</if>
|
|
|
- <if test="wsSjclCh4Csc != null "> and ws_sjcl_ch4_csc = #{wsSjclCh4Csc}</if>
|
|
|
- <if test="wsSjclCh4Co2 != null "> and ws_sjcl_ch4_co2 = #{wsSjclCh4Co2}</if>
|
|
|
- <if test="wsTdN2oClsl != null "> and ws_td_n2o_clsl = #{wsTdN2oClsl}</if>
|
|
|
- <if test="wsTdN2oJsTn != null "> and ws_td_n2o_js_tn = #{wsTdN2oJsTn}</if>
|
|
|
- <if test="wsTdN2oCsTn != null "> and ws_td_n2o_cs_tn = #{wsTdN2oCsTn}</if>
|
|
|
- <if test="wsTdN2oPfyz != null "> and ws_td_n2o_pfyz = #{wsTdN2oPfyz}</if>
|
|
|
- <if test="wsTdN2oCo2 != null "> and ws_td_n2o_co2 = #{wsTdN2oCo2}</if>
|
|
|
- <if test="nyyjDlxhZhdl != null "> and nyyj_dlxh_zhdl = #{nyyjDlxhZhdl}</if>
|
|
|
- <if test="nyyjDlxhZhdlCo2 != null "> and nyyj_dlxh_zhdl_co2 = #{nyyjDlxhZhdlCo2}</if>
|
|
|
- <if test="nyyjDlxhJsbf != null "> and nyyj_dlxh_jsbf = #{nyyjDlxhJsbf}</if>
|
|
|
- <if test="nyyjDlxhJsbfCo2 != null "> and nyyj_dlxh_jsbf_co2 = #{nyyjDlxhJsbfCo2}</if>
|
|
|
- <if test="nyyjDlxhGfjf != null "> and nyyj_dlxh_gfjf = #{nyyjDlxhGfjf}</if>
|
|
|
- <if test="nyyjDlxhGfjfCo2 != null "> and nyyj_dlxh_gfjf_co2 = #{nyyjDlxhGfjfCo2}</if>
|
|
|
- <if test="nyyjDlxhTsjf != null "> and nyyj_dlxh_tsjf = #{nyyjDlxhTsjf}</if>
|
|
|
- <if test="nyyjDlxhTsjfCo2 != null "> and nyyj_dlxh_tsjf_co2 = #{nyyjDlxhTsjfCo2}</if>
|
|
|
- <if test="nyyjDlxhXdj != null "> and nyyj_dlxh_xdj = #{nyyjDlxhXdj}</if>
|
|
|
- <if test="nyyjDlxhXdjCo2 != null "> and nyyj_dlxh_xdj_co2 = #{nyyjDlxhXdjCo2}</if>
|
|
|
- <if test="nyyjDlxhSdcl != null "> and nyyj_dlxh_sdcl = #{nyyjDlxhSdcl}</if>
|
|
|
- <if test="nyyjDlxhSdclCo2 != null "> and nyyj_dlxh_sdcl_co2 = #{nyyjDlxhSdclCo2}</if>
|
|
|
- <if test="nyyjDlxhWncz != null "> and nyyj_dlxh_wncz = #{nyyjDlxhWncz}</if>
|
|
|
- <if test="nyyjDlxhWnczCo2 != null "> and nyyj_dlxh_wncz_co2 = #{nyyjDlxhWnczCo2}</if>
|
|
|
- <if test="nyyjDlxhShq != null "> and nyyj_dlxh_shq = #{nyyjDlxhShq}</if>
|
|
|
- <if test="nyyjDlxhShqCo2 != null "> and nyyj_dlxh_shq_co2 = #{nyyjDlxhShqCo2}</if>
|
|
|
- <if test="nyyjDlxhQt != null "> and nyyj_dlxh_qt = #{nyyjDlxhQt}</if>
|
|
|
- <if test="nyyjDlxhQtCo2 != null "> and nyyj_dlxh_qt_co2 = #{nyyjDlxhQtCo2}</if>
|
|
|
- <if test="nyyjGrrlZq != null "> and nyyj_grrl_zq = #{nyyjGrrlZq}</if>
|
|
|
- <if test="nyyjGrrlDyhz != null "> and nyyj_grrl_dyhz = #{nyyjGrrlDyhz}</if>
|
|
|
- <if test="nyyjGrrlRl != null "> and nyyj_grrl_rl = #{nyyjGrrlRl}</if>
|
|
|
- <if test="nyyjGrrlCo2 != null "> and nyyj_grrl_co2 = #{nyyjGrrlCo2}</if>
|
|
|
- <if test="wnclYyzqZqcl != null "> and wncl_yyzq_zqcl = #{wnclYyzqZqcl}</if>
|
|
|
- <if test="wnclYyzqChZlfs != null "> and wncl_yyzq_ch_zlfs = #{wnclYyzqChZlfs}</if>
|
|
|
- <if test="wnclYyzqCo2 != null "> and wncl_yyzq_co2 = #{wnclYyzqCo2}</if>
|
|
|
- <if test="wnclDdclZycll != null "> and wncl_ddcl_zycll = #{wnclDdclZycll}</if>
|
|
|
- <if test="wnclDdclClqnd != null "> and wncl_ddcl_clqnd = #{wnclDdclClqnd}</if>
|
|
|
- <if test="wnclDdclClhnd != null "> and wncl_ddcl_clhnd = #{wnclDdclClhnd}</if>
|
|
|
- <if test="wnclDdclPfyz != null "> and wncl_ddcl_pfyz = #{wnclDdclPfyz}</if>
|
|
|
- <if test="wnclDdclCo2 != null "> and wncl_ddcl_co2 = #{wnclDdclCo2}</if>
|
|
|
- <if test="wnclHyfjFjl != null "> and wncl_hyfj_fjl = #{wnclHyfjFjl}</if>
|
|
|
- <if test="wnclHyfjCh4Co2 != null "> and wncl_hyfj_ch4_co2 = #{wnclHyfjCh4Co2}</if>
|
|
|
- <if test="wnclHyfjN2oCo2 != null "> and wncl_hyfj_n2o_co2 = #{wnclHyfjN2oCo2}</if>
|
|
|
- <if test="wnclWnfsXhl != null "> and wncl_wnfs_xhl = #{wnclWnfsXhl}</if>
|
|
|
- <if test="wnclWnfsHtbl != null "> and wncl_wnfs_htbl = #{wnclWnfsHtbl}</if>
|
|
|
- <if test="wnclWnfsCo2 != null "> and wncl_wnfs_co2 = #{wnclWnfsCo2}</if>
|
|
|
- <if test="wnclBwqrsRslx != null "> and wncl_bwqrs_rslx = #{wnclBwqrsRslx}</if>
|
|
|
- <if test="wnclBwqrsFsl != null "> and wncl_bwqrs_fsl = #{wnclBwqrsFsl}</if>
|
|
|
- <if test="wnclBwqrsPfyz != null "> and wncl_bwqrs_pfyz = #{wnclBwqrsPfyz}</if>
|
|
|
- <if test="wnclBwqrsCh4Co2 != null "> and wncl_bwqrs_ch4_co2 = #{wnclBwqrsCh4Co2}</if>
|
|
|
- <if test="wnclBwqrsN2oCo2 != null "> and wncl_bwqrs_n2o_co2 = #{wnclBwqrsN2oCo2}</if>
|
|
|
- <if test="wnclWnrjByhXhl != null "> and wncl_wnrj_byh_xhl = #{wnclWnrjByhXhl}</if>
|
|
|
- <if test="wnclWnrjByhHtbl != null "> and wncl_wnrj_byh_htbl = #{wnclWnrjByhHtbl}</if>
|
|
|
- <if test="wnclWnrjByhCo2 != null "> and wncl_wnrj_byh_co2 = #{wnclWnrjByhCo2}</if>
|
|
|
- <if test="wnclWnrjQtLx != null "> and wncl_wnrj_qt_lx = #{wnclWnrjQtLx}</if>
|
|
|
- <if test="wnclWnrjQtXhl != null "> and wncl_wnrj_qt_xhl = #{wnclWnrjQtXhl}</if>
|
|
|
- <if test="wnclWnrjQtPfyz != null "> and wncl_wnrj_qt_pfyz = #{wnclWnrjQtPfyz}</if>
|
|
|
- <if test="wnclWnrjQtCh4Co2 != null "> and wncl_wnrj_qt_ch4_co2 = #{wnclWnrjQtCh4Co2}</if>
|
|
|
- <if test="wnclWnrjQtN2oCo2 != null "> and wncl_wnrj_qt_n2o_co2 = #{wnclWnrjQtN2oCo2}</if>
|
|
|
- <if test="thGfZhdl != null "> and th_gf_zhdl = #{thGfZhdl}</if>
|
|
|
- <if test="thGfCo2 != null "> and th_gf_co2 = #{thGfCo2}</if>
|
|
|
- <if test="thZssScgm != null "> and th_zss_scgm = #{thZssScgm}</if>
|
|
|
- <if test="thZssGyl != null "> and th_zss_gyl = #{thZssGyl}</if>
|
|
|
- <if test="thZssCo2 != null "> and th_zss_co2 = #{thZssCo2}</if>
|
|
|
- <if test="thWnClhFlwnl != null "> and th_wn_clh_flwnl = #{thWnClhFlwnl}</if>
|
|
|
- <if test="thWnClhCo2 != null "> and th_wn_clh_co2 = #{thWnClhCo2}</if>
|
|
|
- <if test="wsclTotalCo2 != null "> and wscl_total_co2 = #{wsclTotalCo2}</if>
|
|
|
- <if test="nyyjTotalCo2 != null "> and nyyj_total_co2 = #{nyyjTotalCo2}</if>
|
|
|
- <if test="wnclTotalCo2 != null "> and wncl_total_co2 = #{wnclTotalCo2}</if>
|
|
|
- <if test="ttthTotalCo2 != null "> and ttth_total_co2 = #{ttthTotalCo2}</if>
|
|
|
- <if test="ztTotalCo2 != null "> and zt_total_co2 = #{ztTotalCo2}</if>
|
|
|
- <if test="revision != null "> and revision = #{revision}</if>
|
|
|
- </where>
|
|
|
- and del_flag = 0 order by id desc
|
|
|
- </select>
|
|
|
-
|
|
|
<select id="selectTXinyiCarbonMajorById" parameterType="Long" resultMap="TXinyiCarbonMajorResult">
|
|
|
<include refid="selectTXinyiCarbonMajorVo"/>
|
|
|
where id = #{id} and del_flag = 0
|
|
@@ -497,4 +406,101 @@
|
|
|
FROM
|
|
|
t_xinyi_carbon_major
|
|
|
</select>
|
|
|
+
|
|
|
+
|
|
|
+ <select id="selectTXinyiCarbonMajorList" parameterType="TXinyiCarbonMajor" resultMap="TXinyiCarbonMajorResult">
|
|
|
+ <include refid="selectTXinyiCarbonMajorVo"/>
|
|
|
+ <where>
|
|
|
+ 1 = 1
|
|
|
+ <if test="addOwner != null and addOwner != ''"> and add_owner = #{addOwner}</if>
|
|
|
+ <if test="provinceId != null "> and province_id = #{provinceId}</if>
|
|
|
+ <if test="provinceName != null and provinceName != ''"> and province_name like concat('%', #{provinceName}, '%')</if>
|
|
|
+ <if test="addYear != null and addYear != ''"> and add_year = #{addYear}</if>
|
|
|
+ <if test="addYearMonth != null and addYearMonth != ''"> and add_year_month = #{addYearMonth}</if>
|
|
|
+ <if test="wsHsytkhClsl != null "> and ws_hsytkh_clsl = #{wsHsytkhClsl}</if>
|
|
|
+ <if test="wsHsytkhJsCod != null "> and ws_hsytkh_js_cod = #{wsHsytkhJsCod}</if>
|
|
|
+ <if test="wsHsytkhCsCod != null "> and ws_hsytkh_cs_cod = #{wsHsytkhCsCod}</if>
|
|
|
+ <if test="wsHsytkhCo2 != null "> and ws_hsytkh_co2 = #{wsHsytkhCo2}</if>
|
|
|
+ <if test="wsSjclCh4Clsl != null "> and ws_sjcl_ch4_clsl = #{wsSjclCh4Clsl}</if>
|
|
|
+ <if test="wsSjclCh4JsCod != null "> and ws_sjcl_ch4_js_cod = #{wsSjclCh4JsCod}</if>
|
|
|
+ <if test="wsSjclCh4CsCod != null "> and ws_sjcl_ch4_cs_cod = #{wsSjclCh4CsCod}</if>
|
|
|
+ <if test="wsSjclCh4Pfyz != null "> and ws_sjcl_ch4_pfyz = #{wsSjclCh4Pfyz}</if>
|
|
|
+ <if test="wsSjclCh4Tsb != null "> and ws_sjcl_ch4_tsb = #{wsSjclCh4Tsb}</if>
|
|
|
+ <if test="wsSjclCh4Csc != null "> and ws_sjcl_ch4_csc = #{wsSjclCh4Csc}</if>
|
|
|
+ <if test="wsSjclCh4Co2 != null "> and ws_sjcl_ch4_co2 = #{wsSjclCh4Co2}</if>
|
|
|
+ <if test="wsTdN2oClsl != null "> and ws_td_n2o_clsl = #{wsTdN2oClsl}</if>
|
|
|
+ <if test="wsTdN2oJsTn != null "> and ws_td_n2o_js_tn = #{wsTdN2oJsTn}</if>
|
|
|
+ <if test="wsTdN2oCsTn != null "> and ws_td_n2o_cs_tn = #{wsTdN2oCsTn}</if>
|
|
|
+ <if test="wsTdN2oPfyz != null "> and ws_td_n2o_pfyz = #{wsTdN2oPfyz}</if>
|
|
|
+ <if test="wsTdN2oCo2 != null "> and ws_td_n2o_co2 = #{wsTdN2oCo2}</if>
|
|
|
+ <if test="nyyjDlxhZhdl != null "> and nyyj_dlxh_zhdl = #{nyyjDlxhZhdl}</if>
|
|
|
+ <if test="nyyjDlxhZhdlCo2 != null "> and nyyj_dlxh_zhdl_co2 = #{nyyjDlxhZhdlCo2}</if>
|
|
|
+ <if test="nyyjDlxhJsbf != null "> and nyyj_dlxh_jsbf = #{nyyjDlxhJsbf}</if>
|
|
|
+ <if test="nyyjDlxhJsbfCo2 != null "> and nyyj_dlxh_jsbf_co2 = #{nyyjDlxhJsbfCo2}</if>
|
|
|
+ <if test="nyyjDlxhGfjf != null "> and nyyj_dlxh_gfjf = #{nyyjDlxhGfjf}</if>
|
|
|
+ <if test="nyyjDlxhGfjfCo2 != null "> and nyyj_dlxh_gfjf_co2 = #{nyyjDlxhGfjfCo2}</if>
|
|
|
+ <if test="nyyjDlxhTsjf != null "> and nyyj_dlxh_tsjf = #{nyyjDlxhTsjf}</if>
|
|
|
+ <if test="nyyjDlxhTsjfCo2 != null "> and nyyj_dlxh_tsjf_co2 = #{nyyjDlxhTsjfCo2}</if>
|
|
|
+ <if test="nyyjDlxhXdj != null "> and nyyj_dlxh_xdj = #{nyyjDlxhXdj}</if>
|
|
|
+ <if test="nyyjDlxhXdjCo2 != null "> and nyyj_dlxh_xdj_co2 = #{nyyjDlxhXdjCo2}</if>
|
|
|
+ <if test="nyyjDlxhSdcl != null "> and nyyj_dlxh_sdcl = #{nyyjDlxhSdcl}</if>
|
|
|
+ <if test="nyyjDlxhSdclCo2 != null "> and nyyj_dlxh_sdcl_co2 = #{nyyjDlxhSdclCo2}</if>
|
|
|
+ <if test="nyyjDlxhWncz != null "> and nyyj_dlxh_wncz = #{nyyjDlxhWncz}</if>
|
|
|
+ <if test="nyyjDlxhWnczCo2 != null "> and nyyj_dlxh_wncz_co2 = #{nyyjDlxhWnczCo2}</if>
|
|
|
+ <if test="nyyjDlxhShq != null "> and nyyj_dlxh_shq = #{nyyjDlxhShq}</if>
|
|
|
+ <if test="nyyjDlxhShqCo2 != null "> and nyyj_dlxh_shq_co2 = #{nyyjDlxhShqCo2}</if>
|
|
|
+ <if test="nyyjDlxhQt != null "> and nyyj_dlxh_qt = #{nyyjDlxhQt}</if>
|
|
|
+ <if test="nyyjDlxhQtCo2 != null "> and nyyj_dlxh_qt_co2 = #{nyyjDlxhQtCo2}</if>
|
|
|
+ <if test="nyyjGrrlZq != null "> and nyyj_grrl_zq = #{nyyjGrrlZq}</if>
|
|
|
+ <if test="nyyjGrrlDyhz != null "> and nyyj_grrl_dyhz = #{nyyjGrrlDyhz}</if>
|
|
|
+ <if test="nyyjGrrlRl != null "> and nyyj_grrl_rl = #{nyyjGrrlRl}</if>
|
|
|
+ <if test="nyyjGrrlCo2 != null "> and nyyj_grrl_co2 = #{nyyjGrrlCo2}</if>
|
|
|
+ <if test="wnclYyzqZqcl != null "> and wncl_yyzq_zqcl = #{wnclYyzqZqcl}</if>
|
|
|
+ <if test="wnclYyzqChZlfs != null "> and wncl_yyzq_ch_zlfs = #{wnclYyzqChZlfs}</if>
|
|
|
+ <if test="wnclYyzqCo2 != null "> and wncl_yyzq_co2 = #{wnclYyzqCo2}</if>
|
|
|
+ <if test="wnclDdclZycll != null "> and wncl_ddcl_zycll = #{wnclDdclZycll}</if>
|
|
|
+ <if test="wnclDdclClqnd != null "> and wncl_ddcl_clqnd = #{wnclDdclClqnd}</if>
|
|
|
+ <if test="wnclDdclClhnd != null "> and wncl_ddcl_clhnd = #{wnclDdclClhnd}</if>
|
|
|
+ <if test="wnclDdclPfyz != null "> and wncl_ddcl_pfyz = #{wnclDdclPfyz}</if>
|
|
|
+ <if test="wnclDdclCo2 != null "> and wncl_ddcl_co2 = #{wnclDdclCo2}</if>
|
|
|
+ <if test="wnclHyfjFjl != null "> and wncl_hyfj_fjl = #{wnclHyfjFjl}</if>
|
|
|
+ <if test="wnclHyfjCh4Co2 != null "> and wncl_hyfj_ch4_co2 = #{wnclHyfjCh4Co2}</if>
|
|
|
+ <if test="wnclHyfjN2oCo2 != null "> and wncl_hyfj_n2o_co2 = #{wnclHyfjN2oCo2}</if>
|
|
|
+ <if test="wnclWnfsXhl != null "> and wncl_wnfs_xhl = #{wnclWnfsXhl}</if>
|
|
|
+ <if test="wnclWnfsHtbl != null "> and wncl_wnfs_htbl = #{wnclWnfsHtbl}</if>
|
|
|
+ <if test="wnclWnfsCo2 != null "> and wncl_wnfs_co2 = #{wnclWnfsCo2}</if>
|
|
|
+ <if test="wnclBwqrsRslx != null "> and wncl_bwqrs_rslx = #{wnclBwqrsRslx}</if>
|
|
|
+ <if test="wnclBwqrsFsl != null "> and wncl_bwqrs_fsl = #{wnclBwqrsFsl}</if>
|
|
|
+ <if test="wnclBwqrsPfyz != null "> and wncl_bwqrs_pfyz = #{wnclBwqrsPfyz}</if>
|
|
|
+ <if test="wnclBwqrsCh4Co2 != null "> and wncl_bwqrs_ch4_co2 = #{wnclBwqrsCh4Co2}</if>
|
|
|
+ <if test="wnclBwqrsN2oCo2 != null "> and wncl_bwqrs_n2o_co2 = #{wnclBwqrsN2oCo2}</if>
|
|
|
+ <if test="wnclWnrjByhXhl != null "> and wncl_wnrj_byh_xhl = #{wnclWnrjByhXhl}</if>
|
|
|
+ <if test="wnclWnrjByhHtbl != null "> and wncl_wnrj_byh_htbl = #{wnclWnrjByhHtbl}</if>
|
|
|
+ <if test="wnclWnrjByhCo2 != null "> and wncl_wnrj_byh_co2 = #{wnclWnrjByhCo2}</if>
|
|
|
+ <if test="wnclWnrjQtLx != null "> and wncl_wnrj_qt_lx = #{wnclWnrjQtLx}</if>
|
|
|
+ <if test="wnclWnrjQtXhl != null "> and wncl_wnrj_qt_xhl = #{wnclWnrjQtXhl}</if>
|
|
|
+ <if test="wnclWnrjQtPfyz != null "> and wncl_wnrj_qt_pfyz = #{wnclWnrjQtPfyz}</if>
|
|
|
+ <if test="wnclWnrjQtCh4Co2 != null "> and wncl_wnrj_qt_ch4_co2 = #{wnclWnrjQtCh4Co2}</if>
|
|
|
+ <if test="wnclWnrjQtN2oCo2 != null "> and wncl_wnrj_qt_n2o_co2 = #{wnclWnrjQtN2oCo2}</if>
|
|
|
+ <if test="thGfZhdl != null "> and th_gf_zhdl = #{thGfZhdl}</if>
|
|
|
+ <if test="thGfCo2 != null "> and th_gf_co2 = #{thGfCo2}</if>
|
|
|
+ <if test="thZssScgm != null "> and th_zss_scgm = #{thZssScgm}</if>
|
|
|
+ <if test="thZssGyl != null "> and th_zss_gyl = #{thZssGyl}</if>
|
|
|
+ <if test="thZssCo2 != null "> and th_zss_co2 = #{thZssCo2}</if>
|
|
|
+ <if test="thWnClhFlwnl != null "> and th_wn_clh_flwnl = #{thWnClhFlwnl}</if>
|
|
|
+ <if test="thWnClhCo2 != null "> and th_wn_clh_co2 = #{thWnClhCo2}</if>
|
|
|
+ <if test="wsclTotalCo2 != null "> and wscl_total_co2 = #{wsclTotalCo2}</if>
|
|
|
+ <if test="nyyjTotalCo2 != null "> and nyyj_total_co2 = #{nyyjTotalCo2}</if>
|
|
|
+ <if test="wnclTotalCo2 != null "> and wncl_total_co2 = #{wnclTotalCo2}</if>
|
|
|
+ <if test="ttthTotalCo2 != null "> and ttth_total_co2 = #{ttthTotalCo2}</if>
|
|
|
+ <if test="ztTotalCo2 != null "> and zt_total_co2 = #{ztTotalCo2}</if>
|
|
|
+ <if test="revision != null "> and revision = #{revision}</if>
|
|
|
+ <if test="timeBegin != null and timeBegin != ''"> and remark >= #{timeBegin}</if>
|
|
|
+ <if test="timeEnd != null and timeEnd != ''"> and remark <= #{timeEnd}</if>
|
|
|
+ <if test="hsTimeBegin != null and hsTimeBegin != ''"> and add_year_month >= #{hsTimeBegin}</if>
|
|
|
+ <if test="hsTimeEnd != null and hsTimeEnd != ''"> and add_year_month <= #{hsTimeEnd}</if>
|
|
|
+ <if test="createBy != null and createBy != ''"> and create_by like concat('%', #{createBy}, '%')</if>
|
|
|
+ </where>
|
|
|
+ and del_flag = 0 order by id desc
|
|
|
+ </select>
|
|
|
</mapper>
|