This commit is contained in:
zhuangyuanke 2024-09-14 10:14:29 +08:00
parent 1d6ab9e19b
commit 503ea19f59

View File

@ -117,6 +117,7 @@
<select id="selectAgencyVOList" resultType="com.xinelu.manage.vo.agency.AgencyVO"> <select id="selectAgencyVOList" resultType="com.xinelu.manage.vo.agency.AgencyVO">
<include refid="selectAgencyVo"/> <include refid="selectAgencyVo"/>
order by agency_sort asc
</select> </select>
<select id="selectAgencyById" parameterType="Long" <select id="selectAgencyById" parameterType="Long"
@ -479,4 +480,4 @@
</if> </if>
</where> </where>
</select> </select>
</mapper> </mapper>