Signed-off-by: anderx <312518615@qq.com>
@@ -378,6 +378,7 @@
left join business_project b on a.business_project_id = b.id
left join business_category c on b.cid = c.id
where a.uid = #{uid,jdbcType=VARCHAR} and a.aid = #{aid,jdbcType=VARCHAR} and a.customer_status != 6
+ order by a.create_time
</select>
<select id="selectLockedBusinessByUAid" parameterType="java.lang.String" resultType="com.goafanti.customer.bo.BusinessListBo">