...
|
...
|
@@ -131,10 +131,10 @@ public class StoredSellerDepositServiceImpl implements IStoredSellerDepositServi |
|
|
if (amount==null||amount.compareTo(BigDecimal.ZERO) <= 0) {
|
|
|
throw new UfoServiceException(400, "金额不合法,预存金额必须大于0");
|
|
|
}
|
|
|
|
|
|
/*
|
|
|
if(amount.compareTo(new BigDecimal(depositPreStore))<0){
|
|
|
throw new UfoServiceException(400, "金额不合法,预存金额小于系统预设值");
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
if(!isZhiMaCertPass(uid)){
|
|
|
throw new UfoServiceException(400, "请先实名认证");
|
...
|
...
|
|