|
|
@@ -122,7 +122,6 @@ public class SettlementAppController extends BaseWebController {
|
|
|
DecimalFormat df = new DecimalFormat("#0.00");
|
|
|
return VaultsResponse.failed("留存保证金为:"+new BigDecimal(df.format(groupLeaderDTO.getRemainedAmt() / 100.0))+"元,可提现金额不足");
|
|
|
}*/
|
|
|
-
|
|
|
dto.setAmount(dto.getAmount());
|
|
|
return splitService.withdraw(dto);
|
|
|
}
|