Commit e8fd8899 authored by wanglong's avatar wanglong

质量监检信息 列表操作 查看接口跳转至焊工列表+筛选

parent 2e442ea0
...@@ -12,6 +12,10 @@ ...@@ -12,6 +12,10 @@
<if test="weldDto.name !=null and weldDto.name !=''"> <if test="weldDto.name !=null and weldDto.name !=''">
AND project.name LIKE CONCAT("%",#{weldDto.name},"%") AND project.name LIKE CONCAT("%",#{weldDto.name},"%")
</if> </if>
<if test="weldDto.projectId !=null and weldDto.projectId !=''">
AND project_id LIKE CONCAT("%",#{weldDto.projectId},"%")
</if>
</if> </if>
<if test="codes !=null"> <if test="codes !=null">
AND tz_ugp_weld.project_id IN AND tz_ugp_weld.project_id IN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment