From 88338a8eb78dfef9d6b1a6879b3685e47f5b175d Mon Sep 17 00:00:00 2001 From: xyiege Date: Fri, 22 Jul 2022 01:52:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AF=B9=E6=AF=94=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chjyj/szwh/service/impl/AccountCloseServiceImpl.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java b/src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java index 0f5da27..856dcad 100644 --- a/src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java +++ b/src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java @@ -171,15 +171,6 @@ public class AccountCloseServiceImpl implements AccountCloseService { retmap.put("amount", acrd.getAmount()); retmap.put("ratio", acrd.getRatio()); retmap.put("id",acrd.getId()); - /** - * "id": 7, - * "setting_id": 2, - * "role_type": 2, - * "cost_type": 1, - * "calculate": 1, - * "amount": "0.00", - * "ratio": "0.00" - */ retlist.add(retmap); } }