mapper修改
This commit is contained in:
parent
7f73c243f5
commit
86acb6308b
|
|
@ -496,7 +496,7 @@
|
||||||
<if test="record.keyWord != null and record.keyWord != ''">
|
<if test="record.keyWord != null and record.keyWord != ''">
|
||||||
AND bai.agreement_code like concat('%', #{record.keyWord}, '%')
|
AND bai.agreement_code like concat('%', #{record.keyWord}, '%')
|
||||||
</if>
|
</if>
|
||||||
ORDER BY tt.update_time DESC
|
GROUP BY tt.task_id
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getAuditListByLeaseInfo" resultType="com.bonus.sgzb.base.api.domain.LeaseApplyInfo">
|
<select id="getAuditListByLeaseInfo" resultType="com.bonus.sgzb.base.api.domain.LeaseApplyInfo">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue