|
@@ -139,7 +139,7 @@ public class InvestigateTableServiceImpl implements IInvestigateTableService {
|
|
|
|
|
|
insertInvestigateDispositionTable(investigateTableId, investigateDispositionTableList);
|
|
|
}
|
|
|
- //单独查询考察点信息,新增到关联表
|
|
|
+/* //单独查询考察点信息,新增到关联表
|
|
|
String investigateDispositionIds = investigateTable.getInvestigateDispositionIds();
|
|
|
List<InvestigateDispositionTable> investigateDispositionTableListKaoCha = new ArrayList<>();
|
|
|
if (StringUtils.isNotEmpty(investigateDispositionIds)) {
|
|
@@ -154,7 +154,7 @@ public class InvestigateTableServiceImpl implements IInvestigateTableService {
|
|
|
investigateDispositionTableListKaoCha.add(investigateDispositionTable);
|
|
|
}
|
|
|
investigateDispositionTableMapper.batchDispositionTable(investigateDispositionTableListKaoCha);
|
|
|
- }
|
|
|
+ }*/
|
|
|
return i;
|
|
|
}
|
|
|
|