20260409修改内容

This commit is contained in:
秦鸿展
2026-04-10 09:29:26 +08:00
parent fd5e81e5ff
commit bfb3c92678
11 changed files with 249 additions and 14 deletions
@@ -178,6 +178,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="batchNumber != null and batchNumber != ''">
and batch_number = #{batchNumber}
</if>
<if test="lotNumber != null and lotNumber != ''">
and lot_number = #{lotNumber}
</if>
<if test="materialStatusCode != null and materialStatusCode != ''">
and material_status_code = #{materialStatusCode}
</if>