mapper修改

This commit is contained in:
syruan 2023-12-22 21:23:00 +08:00
parent 7f73c243f5
commit 86acb6308b
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@
<if test="record.keyWord != null and record.keyWord != ''">
AND bai.agreement_code like concat('%', #{record.keyWord}, '%')
</if>
ORDER BY tt.update_time DESC
GROUP BY tt.task_id
</select>
<select id="getAuditListByLeaseInfo" resultType="com.bonus.sgzb.base.api.domain.LeaseApplyInfo">