Pārlūkot izejas kodu

Merge branch 'feat-lcl-盒易付POS通道切换' of kxs-end/main-server into test-mainserver

lichunlei 1 gadu atpakaļ
vecāks
revīzija
831bbfd6aa
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      AppStart/PosChannelHelper.cs

+ 4 - 4
AppStart/PosChannelHelper.cs

@@ -54,9 +54,9 @@ public class PosChannelHelper
             JsonData jsonData = JsonMapper.ToObject(jsonString);
             if(jsonData["resultCode"].ToString() == "1")
             {
-                string acqInstId = jsonData["data"]["acqInstId"].ToString();
-                if(sub.ChannelNo == acqInstId)
-                {
+                // string acqInstId = jsonData["data"]["acqInstId"].ToString();
+                // if(sub.ChannelNo == acqInstId)
+                // {
                     PosChannelSetRecord edit = db.PosChannelSetRecord.FirstOrDefault(m => m.Id == sub.Id);
                     if(edit != null)
                     {
@@ -77,7 +77,7 @@ public class PosChannelHelper
                             CreateDate = DateTime.Now,
                         }));
                     }
-                }
+                // }
             }
         }  
     }