首页关键字查询
This commit is contained in:
parent
8f71e98681
commit
ecc0dc1ecf
|
|
@ -578,7 +578,7 @@
|
|||
</if>
|
||||
|
||||
<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>
|
||||
GROUP BY tt.task_id
|
||||
ORDER BY tt.update_time DESC
|
||||
|
|
|
|||
Loading…
Reference in New Issue