|
|
|
@@ -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()); |
|
|
|
|