退料审核
This commit is contained in:
parent
aa3ca8b7c3
commit
8509d2bb10
|
|
@ -337,8 +337,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
LEFT JOIN sys_user us on us.user_id = tt.update_by
|
LEFT JOIN sys_user us on us.user_id = tt.update_by
|
||||||
WHERE pcd.task_id = #{taskId}
|
WHERE pcd.task_id = #{taskId}
|
||||||
<if test="keyWord != null and keyWord != ''">
|
<if test="keyWord != null and keyWord != ''">
|
||||||
and mt.pa_name like concat('%',#{keyWord},'%') or
|
and (mt.pa_name like concat('%',#{keyWord},'%') or
|
||||||
mt1.pa_name like concat('%',#{keyWord},'%')
|
mt1.pa_name like concat('%',#{keyWord},'%'))
|
||||||
</if>
|
</if>
|
||||||
<if test="modelId != null and modelId != ''">
|
<if test="modelId != null and modelId != ''">
|
||||||
and mt1.pa_id = #{modelId}
|
and mt1.pa_id = #{modelId}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue