| | |
| | | String time = iStockConfigServices.queryByKey(EConfigKey.WITHDRAW_TIME_SETTING.getCode()).getCValue(); |
| | | |
| | | if (!WithDrawUtils.checkIsWithTime( Integer.parseInt(time.split("-")[0]), Integer.parseInt(time.split("-")[1]))) { |
| | | return ServerResponse.createByErrorMsg("撤销失败了。提现时间为" + time.split("-")[0] + "点 - " + time.split("-")[1] + "点之间的",request); |
| | | return ServerResponse.createByErrorMsg("提现失败。提现时间为" + time.split("-")[0] + " - " + time.split("-")[1],request); |
| | | } |
| | | BigDecimal useAmt = iUserAssetsServices.getAvailableBalance(accsetType,user.getId()); |
| | | BigDecimal tAmt = new BigDecimal(amt); |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | public ServerResponse<PageInfo> findUserWithList(String withStatus, HttpServletRequest request, int pageNum, int pageSize) { |
| | | |