高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/InspectCheckControllerTest.cls
@@ -60,6 +60,7 @@
        ids.Add(hospital.Id);
       //根据ID查询  招投标项目
      InspectCheckController.GetInspectById(Ten.Id);
        InspectCheckController.cannotModifyIsRelateProject(Ten.Id);
        //招投标项目列表字段 irrelevantReasons__c 所有的值
      InspectCheckController.GetIrrelevantReasons();
        //招投标项目列表字段 irresponsibleReason__c 所有的值
@@ -105,7 +106,7 @@
        InspectCheckController.CheckOwner(Ten.Id);
        InspectCheckController.SearchUserByIds(ids);
        // InspectCheckController.AssignValuesToOwner(Ten.Id);
    }