Przeglądaj źródła

签证自动审核判断条件修改

jiangjc 22 godzin temu
rodzic
commit
19487f4df9

+ 3 - 2
OASystem/OASystem.Infrastructure/Repositories/Groups/VisaPriceRepository.cs

@@ -367,8 +367,9 @@ Left Join Sys_SetData as sd With(Nolock) On c.PayDId = sd.Id
             //todo:费用标准需更改为 Res_VisaFeeStandardDetails
             #region 自动审核处理 
             var isAutoAudit = false;
-            if (dto.IsThird == 0)
-            {
+            //if (dto.IsThird == 0)
+            if (dto.IsThird < 2)
+                {
                 var area = dto.Area;
                 var feeType = 0; // 0 因公 1 因私
                 if (area.Contains("(因公)"))