소스 검색

达人激励调整

yumeng 2 년 전
부모
커밋
fab59a2a1f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruixuan-live/src/main/resources/mapper/isc/KuaishouRuleSettlementDataMapper.xml

+ 1 - 1
ruixuan-live/src/main/resources/mapper/isc/KuaishouRuleSettlementDataMapper.xml

@@ -415,7 +415,7 @@
         where media_id = 2
         and t2.role_id not in (210114, 210115) and t2.user_id not in(270128) group by promoter_id
         ) t2 on t1.promoterId = t2.promoter_id
-        order by t1.anchorAmount desc ,t1.itemIds asc
+        order by t1.anchorAmount desc ,t1.orderNum desc
 
     </select>
     <select id="getRuleJson" resultType="com.alibaba.fastjson.JSONObject" parameterType="java.lang.Long">