公司/分部 拓展表 拓展明细表 接口

This commit is contained in:
dxfeng 2022-05-20 15:52:44 +08:00
parent 0b9a5878eb
commit 0d0e7eaefe
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class CompServiceImpl extends Service implements CompService {
map.put("update_time", compPO.getUpdateTime());
insertList.add(map);
}
//TODO 更新拓展表数据
// 更新拓展表数据
for (Map<String, Object> map : insertList) {
getCompExtDTMapper().insertCompExtDT(tableName, map);
}