Authored by qinchao

fix

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