From 0d0e7eaefe17e9bd44a7c64b96badee1b539f21a Mon Sep 17 00:00:00 2001 From: dxfeng Date: Fri, 20 May 2022 15:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=8F=B8/=E5=88=86=E9=83=A8=20=20?= =?UTF-8?q?=E6=8B=93=E5=B1=95=E8=A1=A8=20=E6=8B=93=E5=B1=95=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E8=A1=A8=20=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/organization/service/impl/CompServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/engine/organization/service/impl/CompServiceImpl.java b/src/com/engine/organization/service/impl/CompServiceImpl.java index 2cd2ae08..62bf90db 100644 --- a/src/com/engine/organization/service/impl/CompServiceImpl.java +++ b/src/com/engine/organization/service/impl/CompServiceImpl.java @@ -148,7 +148,7 @@ public class CompServiceImpl extends Service implements CompService { map.put("update_time", compPO.getUpdateTime()); insertList.add(map); } - //TODO 更新拓展表数据 + // 更新拓展表数据 for (Map map : insertList) { getCompExtDTMapper().insertCompExtDT(tableName, map); }