退料审核

This commit is contained in:
bns_han 2024-01-19 15:07:32 +08:00
parent aa3ca8b7c3
commit 8509d2bb10
1 changed files with 2 additions and 2 deletions

View File

@ -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}