Compare commits
No commits in common. "292d9dc820cc4a052b564e6a082b573a3dc5b8e3" and "01aa8c72b2d3584d6ebcfe21f2b9ee296b0327be" have entirely different histories.
292d9dc820
...
01aa8c72b2
|
|
@ -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}, '%'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue