首页关键字查询
This commit is contained in:
parent
8f71e98681
commit
ecc0dc1ecf
|
|
@ -578,7 +578,7 @@
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<if test="record.keyWord != null and record.keyWord != ''">
|
<if test="record.keyWord != null and record.keyWord != ''">
|
||||||
AND bai.agreement_code like concat('%', #{record.keyWord}, '%')
|
AND (bai.agreement_code like concat('%', #{record.keyWord}, '%') or tt.code like concat('%', #{record.keyWord}, '%'))
|
||||||
</if>
|
</if>
|
||||||
GROUP BY tt.task_id
|
GROUP BY tt.task_id
|
||||||
ORDER BY tt.update_time DESC
|
ORDER BY tt.update_time DESC
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue