Browse Source

客户排序更换

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
cb5ca57f7e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/goafanti/common/mapper/UserBusinessMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/UserBusinessMapper.xml

@@ -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">