Commit 077693a8 authored by fangxinjiang's avatar fangxinjiang

社保自动化户拆分-医保自动化-fxj

parent 9fb664f6
......@@ -175,6 +175,9 @@
<if test="sysHouseHoldInfo.autoStatus != null and sysHouseHoldInfo.autoStatus.trim() != ''">
AND a.AUTO_STATUS = #{sysHouseHoldInfo.autoStatus}
</if>
<if test="sysHouseHoldInfo.autoStatusYsd != null and sysHouseHoldInfo.autoStatusYsd.trim() != ''">
AND a.AUTO_STATUS_YSD = #{sysHouseHoldInfo.autoStatusYsd}
</if>
<if test="sysHouseHoldInfo.updateTime != null">
AND a.UPDATE_TIME = #{sysHouseHoldInfo.updateTime}
</if>
......@@ -270,7 +273,7 @@
<include refid="Base_Column_List"/>
,AREA_CODE
FROM sys_house_hold_info a
where a.AUTO_STATUS = '0'
where a.AUTO_STATUS = '0' or a.AUTO_STATUS_YSD = '0'
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment