|
|
|
@ -64,7 +64,7 @@ public class SpsSyncDownloadController {
|
|
|
|
|
if (CollUtil.isNotEmpty(baseResponse.getData().getAuthAdminList()))
|
|
|
|
|
logs = logs + "系统用户信息:" + baseResponse.getData().getAuthAdminList().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(baseResponse.getData().getDeptEntityList()))
|
|
|
|
|
logs = logs + "部门信息:" + baseResponse.getData().getAuthAdminList().size() + "条\n";
|
|
|
|
|
logs = logs + "部门信息:" + baseResponse.getData().getDeptEntityList().size() + "条\n";
|
|
|
|
|
basicExportStatusEntity.setRemark(logs);
|
|
|
|
|
basicExportService.updateExportStatus(basicExportStatusEntity);
|
|
|
|
|
|
|
|
|
|