Compare commits

...

2 Commits

Author SHA1 Message Date
csyue 292d9dc820 Merge remote-tracking branch 'origin/dev-nx' into dev-nx 2024-06-18 10:58:46 +08:00
csyue d9e69d21b6 宁夏测试问题修改 2024-06-18 10:58:07 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -522,6 +522,10 @@
AND bpl.lot_id = #{record.projectId}
</if>
<if test="record.taskStatus != null and record.taskStatus != ''">
AND tt.task_status = #{record.taskStatus}
</if>
<if test="record.keyWord != null and record.keyWord != ''">
AND (bai.agreement_code like concat('%', #{record.keyWord}, '%') or
tt.code like concat('%', #{record.keyWord}, '%'))