Explorar o código

Merge remote-tracking branch 'origin/dev' into dev

czh %!s(int64=2) %!d(string=hai) anos
pai
achega
9db035ffe6

+ 1 - 1
sckw-modules/sckw-order/src/main/java/com/sckw/order/serivce/KwoTradeOrderService.java

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