pbom-正式版-工厂查询BUG修复

This commit is contained in:
大米 2024-10-09 11:25:49 +08:00
parent acf1ab3795
commit a536808643
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
AND release_time < DATE_SUB(#{query.endDate}, INTERVAL -1 DAY)
</if>
<if test="query.facCode!= null and query.facCode!=''">
and fac_code = #{query.facCode}
and a.fac_code = #{query.facCode}
</if>
<if test="query.materialNo!= null and query.materialNo!=''">
and a.material_no = #{query.materialNo}