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