소스 검색

客户排序更换

Signed-off-by: anderx <312518615@qq.com>
anderx 5 년 전
부모
커밋
cb5ca57f7e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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">