PDA出库交接修改
This commit is contained in:
@@ -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}, '%')
|
||||
|
||||
Reference in New Issue
Block a user