|
|
@@ -439,7 +439,7 @@ namespace Business.ResourceExamineManagement
|
|
|
List<crm_seorderentry> sentrys = _mysql_crm_seorderentry.GetListAsync(p => p.tenant_id == input.tenantId && p.factory_id == input.factoryId && p.seorder_id == input.sorderId && p.IsDeleted == false).Result;
|
|
|
|
|
|
//数据库快照-同步mysql库数据到mongoDB中
|
|
|
- await SyncData(input.tenantId, input.factoryId, bangid);
|
|
|
+ //await SyncData(input.tenantId, input.factoryId, bangid);
|
|
|
|
|
|
//资源检查结果list
|
|
|
List<ExamineResult> examines = new List<ExamineResult>();
|