Selaa lähdekoodia

Merge branch 'master' of http://8.210.64.198:30000/a258771316/ym-ipos

chengxiaowen 1 vuosi sitten
vanhempi
commit
0a122b472e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/resources/mapper/ipos/SplitWithdrawMapper.xml

+ 1 - 1
src/main/resources/mapper/ipos/SplitWithdrawMapper.xml

@@ -27,7 +27,7 @@
 
     <select id="getGroupLeaderWithdrawPrice" resultType="java.lang.Long">
         SELECT
-            IFNULL(sum(od.group_commission_money),0)
+            IFNULL(sum(od.group_commission_money),0) - 10000
         FROM
             ${dbName}_order.o_order_detail_${operatorId} od,
             ${dbName}_order.o_order_${operatorId} o