瀏覽代碼

团长分成

qin 1 年之前
父節點
當前提交
80f4530376
共有 1 個文件被更改,包括 2 次插入0 次删除
  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>