手机端-查询待办任务接口-查询条件完善。。

This commit is contained in:
wangzhijiang
2023-06-13 09:57:48 +08:00
parent 28ccb370b1
commit eb7b8e7fa8
@@ -46,6 +46,13 @@
</if>
)
</if>
<!-- 手机端查询参数,根据phoneQueryValue查询 标准信息、项目名称 -->
<if test="params.phoneQueryValue != null and params.phoneQueryValue !=''">
and (
temp.standard_info like CONCAT(CONCAT('%',#{params.phoneQueryValue}),'%')
or temp.project_name like CONCAT(CONCAT('%',#{params.phoneQueryValue}),'%')
)
</if>
</where>
</sql>