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

pull/12/MERGE^2
dxfeng 3 years ago
parent 0b9a5878eb
commit 0d0e7eaefe

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

Loading…
Cancel
Save