bug修改
This commit is contained in:
parent
286bc185ed
commit
1e88ef8037
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue