Browse Source

达人激励调整

yumeng 1 year ago
parent
commit
fab59a2a1f

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

@@ -415,7 +415,7 @@
         where media_id = 2
         where media_id = 2
         and t2.role_id not in (210114, 210115) and t2.user_id not in(270128) group by promoter_id
         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
         ) 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>
     <select id="getRuleJson" resultType="com.alibaba.fastjson.JSONObject" parameterType="java.lang.Long">
     <select id="getRuleJson" resultType="com.alibaba.fastjson.JSONObject" parameterType="java.lang.Long">