Jelajahi Sumber

fix 发货扣除次数

zoujiajian 1 tahun lalu
induk
melakukan
cd6f45d2a6

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/manage/group/CmsGroupRelationController.java

@@ -203,7 +203,7 @@ public class CmsGroupRelationController {
         }
         groupsRelationMapper.updateById(relation);
         //GPT代充
-        if (orderDon != null && orderDon.getGoodsId() == Constant.GPT_RECHARGE_GOODS_ID) {
+        if (orderDon != null) {
             //扣除次数
             Integer rechargeRemainNum = relation.getRechargeRemainNum();
             if (rechargeRemainNum != null && rechargeRemainNum > 0) {