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">
<include refid="selectAgencyVo"/>
order by agency_sort asc
</select>
<select id="selectAgencyById" parameterType="Long"
@ -479,4 +480,4 @@
</if>
</where>
</select>
</mapper>
</mapper>