|
|
@@ -306,7 +306,7 @@ public class KwoTradeOrderService {
|
|
|
throw new BusinessException("检测尚未创建对应预付款清单,请先创建!");
|
|
|
}
|
|
|
long money = data.get(0).getMoney();
|
|
|
- if (money < advancePrice.multiply(new BigDecimal("10000")).longValueExact()) {
|
|
|
+ if (money < advancePrice.multiply(new BigDecimal("100")).longValueExact()) {
|
|
|
throw new BusinessException("您的预付清单可用余额不足,请先充值!");
|
|
|
}
|
|
|
}
|