|
@@ -400,26 +400,29 @@ namespace TEAMModelOS.Controllers
|
|
|
List<OfflineRecord> allRightOfflineRecords = new List<OfflineRecord>();
|
|
|
List<AbilitySub> allRightAbility = new List<AbilitySub>();
|
|
|
List<AbilitySub> abilitySubs = new List<AbilitySub>();
|
|
|
- (t53112OK, msgs53112) = ThirdService.check53112(x, msgs);
|
|
|
- (t53113OK, msgs53113, abilitySubs, allRightAbility) = await ThirdService.check53113(_azureCosmos, x, diagnosis, msgs, $"{school}", schoolsas.uri, schoolsas.sas, _azureStorage);
|
|
|
- (t53117OK, msgs53117) = await ThirdService.check53117(x, msgs, $"{school}", schoolsas.uri, schoolsas.sas, _azureStorage);
|
|
|
- (t53122OK, msgs53122, allRightOfflineRecords) = await ThirdService.check53122(x, msgs, $"{school}", schoolsas.uri, schoolsas.sas, _azureStorage);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
if (!x.pushes.Contains("53112")) {
|
|
|
pushAll = false;
|
|
|
-
|
|
|
+ (t53112OK, msgs53112) = ThirdService.check53112(x, msgs);
|
|
|
}
|
|
|
if (!x.pushes.Contains("53113")) {
|
|
|
- pushAll = false;
|
|
|
- }
|
|
|
+ pushAll = false;
|
|
|
+ (t53113OK, msgs53113, abilitySubs, allRightAbility) = await ThirdService.check53113(_azureCosmos, x, diagnosis, msgs, $"{school}", schoolsas.uri, schoolsas.sas, _azureStorage);
|
|
|
+
|
|
|
+ }
|
|
|
if (!x.pushes.Contains("53117"))
|
|
|
{
|
|
|
pushAll = false;
|
|
|
- }
|
|
|
+ (t53117OK, msgs53117) = await ThirdService.check53117(x, msgs, $"{school}", schoolsas.uri, schoolsas.sas, _azureStorage);
|
|
|
+ }
|
|
|
if (!x.pushes.Contains("53122"))
|
|
|
{
|
|
|
pushAll = false;
|
|
|
- }
|
|
|
+ (t53122OK, msgs53122, allRightOfflineRecords) = await ThirdService.check53122(x, msgs, $"{school}", schoolsas.uri, schoolsas.sas, _azureStorage);
|
|
|
+ }
|
|
|
if (pushAll== false && t53112OK == 1 && t53113OK == 1 && t53117OK == 1 && t53122OK == 1)
|
|
|
{
|
|
|
//5.3.1.12学员培训基本情况批量回写-UpdateTeacherListSituation
|