|
|
|
@@ -924,7 +924,7 @@ public class WxFinanceServiceImpl implements WxFinanceService { |
|
|
|
String money = ""; |
|
|
|
BigDecimal oweDecimal = new BigDecimal(bill.getRemainReturnPrice()); |
|
|
|
//只有没有有欠款才会支付 |
|
|
|
if (oweDecimal.compareTo(b0) > 0 ) { |
|
|
|
if (new BigDecimal(bill.getOwe()).compareTo(b0) > 0 ) { |
|
|
|
throw new MallinkException(ErrorCode.SYS_SERVER_ERROR.getCode(),"账单有欠缴,不能付款."); |
|
|
|
//noNeedCreate = true; |
|
|
|
//return noNeedCreate; |
|
|
|
|