宁夏测试问题修改

This commit is contained in:
csyue 2024-06-18 10:58:07 +08:00
parent 036c1eb2a5
commit d9e69d21b6
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}, '%'))