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); }