PDA出库交接修改

This commit is contained in:
秦鸿展
2026-03-16 19:19:41 +08:00
parent b738a6719c
commit 9ae80406e2
5 changed files with 85 additions and 5 deletions
@@ -119,6 +119,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="tabType != null and tabType==2">
and operators_by IS NULL
</if>
<if test="tabType == null and operatorsBy != null">
and operators_by = #{operatorsBy}
</if>
<if test="operatorsName != null and operatorsName != ''">
and operators_name like concat('%', #{operatorsName}, '%')