忽略空数据

This commit is contained in:
刘名喜 2024-11-28 14:25:34 +08:00
parent a1c16f0be6
commit 9ae9de272d

View File

@ -106,7 +106,10 @@
<select id="selectOutNewData" resultMap="AP0AEResult">
<include refid="AP0AESelectAllCol"/>
where UDF07 != 'ED' AND AE017 > 0
where UDF07 != 'ED'
AND AE017 > 0
AND AE014 IS NOT NULL
AND AE020 IS NOT NULL
</select>
<update id="updateOutDataToOld">