Преглед изворни кода

[卡券][修复]:不检查补贴的合法性

release_toaliyun_real
hupeng пре 7 година
родитељ
комит
92fc59777c
1 измењених фајлова са 0 додато и 3 уклоњено
  1. +0
    -3
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 0
- 3
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java Прегледај датотеку

@@ -249,9 +249,6 @@ public class WxCouponServiceImpl implements WxCouponService {
// TODO 微信转账到银行卡

}
} else if ((subsidyType == null && subsidyNum != null)
|| (subsidyType != null && subsidyNum == null)){
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}

record.setId(idWorker.nextId());


Loading…
Откажи
Сачувај