This commit is contained in:
parent
d435d728e7
commit
0e6b525cbd
|
|
@ -42,8 +42,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
left join sys_dept b on a.dept_id = b.dept_id
|
||||
left join sys_dic c on a.type_id = c.id
|
||||
where a.del_flag ='0'
|
||||
<if test="proId != null and proId != ''">
|
||||
AND pro_id = #{proId}
|
||||
<if test="lotId != null and lotId != ''">
|
||||
AND lot_id = #{lotId}
|
||||
</if>
|
||||
<if test="lotName != null and lotName != ''">
|
||||
AND lot_name like concat('%', #{lotName}, '%')
|
||||
|
|
|
|||
Loading…
Reference in New Issue