From 0452a1d3cdb244bc34de03f4b8e543663e33173c Mon Sep 17 00:00:00 2001 From: zhujunshuai <602228920@qq.com> Date: Tue, 21 Mar 2023 14:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/pluss/platform/cash/impl/CashServiceImpl.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pluss-service-bundle/src/main/java/cn/pluss/platform/cash/impl/CashServiceImpl.java b/pluss-service-bundle/src/main/java/cn/pluss/platform/cash/impl/CashServiceImpl.java index 2aadbbc..b8fd863 100644 --- a/pluss-service-bundle/src/main/java/cn/pluss/platform/cash/impl/CashServiceImpl.java +++ b/pluss-service-bundle/src/main/java/cn/pluss/platform/cash/impl/CashServiceImpl.java @@ -295,9 +295,10 @@ public class CashServiceImpl extends ServiceImpl implements Ca .last("limit 1"); Cash existData = getOne(qWrapper); - if (existData != null && DateUtil.isSameDay(new Date(), existData.getCreateDt())) { + //TODO 注释掉限制一天只能提现一次 + /*if (existData != null && DateUtil.isSameDay(new Date(), existData.getCreateDt())) { throw new MsgException("一天只能提现一次"); - } + }*/ // ======查询可提现金额 // 查询商户所有分润