bug修改

This commit is contained in:
liang.chao 2025-04-02 18:55:59 +08:00
parent 286bc185ed
commit 1e88ef8037
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="sltStatus != null and sltStatus != ''"> <if test="sltStatus != null and sltStatus != ''">
and saa.status = #{sltStatus} and saa.status = #{sltStatus}
</if> </if>
GROUP BY saa.create_time desc order BY saa.create_time desc
</select> </select>
<select id="getRelations" resultType="com.bonus.sgzb.base.api.domain.SltAgreementRelation"> <select id="getRelations" resultType="com.bonus.sgzb.base.api.domain.SltAgreementRelation">
select sar.id, select sar.id,