fix: 标准拆分状态字段修复
This commit is contained in:
+1
-1
@@ -371,7 +371,7 @@ public class OldSystemDepartRelationServiceImpl extends ServiceImpl<OldSystemDep
|
||||
|
||||
@Override
|
||||
public String gbSplitStatusDataFix() {
|
||||
IPage<DocumentSplitInfo> documentSplitInfoIPage = documentSplitService.queryByPage(null, 1, Integer.MAX_VALUE);
|
||||
IPage<DocumentSplitInfo> documentSplitInfoIPage = documentSplitService.queryByPage(new DocumentSplitInfo(), 1, Integer.MAX_VALUE);
|
||||
List<DocumentSplitInfo> documentSplitInfoList = documentSplitInfoIPage.getRecords();
|
||||
if (documentSplitInfoList.isEmpty()) {
|
||||
return "没有需要修复的数据";
|
||||
|
||||
Reference in New Issue
Block a user