pbom-正式版-工厂查询BUG修复
This commit is contained in:
parent
acf1ab3795
commit
a536808643
|
|
@ -129,7 +129,7 @@
|
||||||
AND release_time < DATE_SUB(#{query.endDate}, INTERVAL -1 DAY)
|
AND release_time < DATE_SUB(#{query.endDate}, INTERVAL -1 DAY)
|
||||||
</if>
|
</if>
|
||||||
<if test="query.facCode!= null and query.facCode!=''">
|
<if test="query.facCode!= null and query.facCode!=''">
|
||||||
and fac_code = #{query.facCode}
|
and a.fac_code = #{query.facCode}
|
||||||
</if>
|
</if>
|
||||||
<if test="query.materialNo!= null and query.materialNo!=''">
|
<if test="query.materialNo!= null and query.materialNo!=''">
|
||||||
and a.material_no = #{query.materialNo}
|
and a.material_no = #{query.materialNo}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue