Browse Source

修正QueryFilter中DoPerson中Customers有数据导致json循环序列化问题

luocaiyang 2 năm trước cách đây
mục cha
commit
f85cb2fc37

+ 1 - 0
wispro.sp.api/Controllers/PerformanceItemController.cs

@@ -2709,6 +2709,7 @@ namespace wispro.sp.api.Controllers
                 {
                     itemStaff.DoPerson.ItemStaffs = null;
                     itemStaff.DoPerson.ReviewerItems = null;
+                    itemStaff.DoPerson.Customers = null;
                     itemStaff.Item = null;
                 }
 

+ 1 - 1
wispro.sp.api/appsettings.json

@@ -33,7 +33,7 @@
     "Account": "caiyangl",
     "Password": "j)wx*lier*@3",
     "ChormeDriverPath": "D:\\source\\repos\\StaffPerformance\\packages\\ChormeDriver\\100.0.4896.60",
-    "ScheduleSetting": "00 19 19 4 * ? *",
+    "ScheduleSetting": "20 24 10 3 * ? *",
     "IPEasyWeb": "http://47.106.221.167/Login.aspx"
   },
 

+ 0 - 2
wispro.sp.ipeasyApi/Controllers/ipEasyController.cs

@@ -544,8 +544,6 @@ namespace wispro.sp.ipeasyApi.Controllers
                         {
                             dt.Load(reader);
 
-
-
                             if (dt.Rows.Count > 1)
                             {
                                 bool bRet = false;

+ 1 - 1
wispro.sp.winClient/Form1.cs

@@ -958,7 +958,7 @@ namespace wispro.sp.winClient
             return retStr;
         }
 
-        string strAPIBaseUri = "http://1.116.113.26:081";// "http://47.106.221.167:8081"; //  "http://localhost:39476";//  
+        string strAPIBaseUri = "http://1.116.113.26:81";// "http://47.106.221.167:8081"; //  "http://localhost:39476";//  
 
         userToken Token;