忽略空数据
This commit is contained in:
parent
a1c16f0be6
commit
9ae9de272d
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user