|
@@ -2232,7 +2232,7 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
TableInfo tableInfo = new TableInfo();
|
|
|
JSONObject dataInfo2 = dataArray.getJSONObject(m);
|
|
|
tableInfo.setPkeyId(dataInfo2.getString("pkeyId"));
|
|
|
-
|
|
|
+ tableInfo.setToBeUpdated(true);
|
|
|
if (!tabIds.contains(tableInfo.getPkeyId())) {
|
|
|
//隐藏表不做处理
|
|
|
continue;
|