Browse Source

去掉 团长提现最低100限制,测试用

qin 1 year ago
parent
commit
64c65fe9b9
1 changed files with 1 additions and 1 deletions
  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) - 10000
+            IFNULL(sum(od.group_commission_money),0)
         FROM
             ${dbName}_order.o_order_detail_${operatorId} od,
             ${dbName}_order.o_order_${operatorId} o