Browse Source

团长分成

qin 1 year ago
parent
commit
80f4530376
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/resources/mapper/ipos/SplitWithdrawMapper.xml

+ 2 - 0
src/main/resources/mapper/ipos/SplitWithdrawMapper.xml

@@ -36,6 +36,7 @@
           AND od.split_status = 2
           AND od.pay_status = 3
           AND o.order_status = 6
+          and od.with_draw_id is null
           AND o.group_leader_id =#{groupLeaderId}
     </select>
 
@@ -50,6 +51,7 @@
           AND od.split_status >0
           AND od.pay_status = 3
           AND o.order_status = 6
+          and od.with_draw_id is null
           AND o.group_leader_id =#{groupLeaderId}
     </select>
 </mapper>