qin 1 år sedan
förälder
incheckning
80f4530376
1 ändrade filer med 2 tillägg och 0 borttagningar
  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>