Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
sliang 2023-12-22 21:23:42 +08:00
commit bc7d1b914e
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">