Compare commits

..

No commits in common. "292d9dc820cc4a052b564e6a082b573a3dc5b8e3" and "01aa8c72b2d3584d6ebcfe21f2b9ee296b0327be" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -522,10 +522,6 @@
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}, '%'))