公司/分部 拓展表 拓展明细表 接口
This commit is contained in:
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…
Reference in New Issue