|
@@ -155,6 +155,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="stdCountyOrgNm != null and stdCountyOrgNm != ''"> and std_county_org_nm = #{stdCountyOrgNm}</if>
|
|
|
<if test="dataDt != null and dataDt != ''"> and data_dt = #{dataDt}</if>
|
|
|
<if test="etlTm != null and etlTm != ''"> and etl_tm = #{etlTm}</if>
|
|
|
+ order by batch_id,sort_serial
|
|
|
</where>
|
|
|
</select>
|
|
|
|