手机端-查询待办任务接口-查询条件完善。。
This commit is contained in:
+7
@@ -46,6 +46,13 @@
|
|||||||
</if>
|
</if>
|
||||||
)
|
)
|
||||||
</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>
|
</where>
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user