소스 검색

推送额外数据统一用ext_field字段

lcl 1 년 전
부모
커밋
8494f628ca
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      .DS_Store
  2. 1 1
      AppStart/Helper/PosPushDataNewHelper.cs

BIN
.DS_Store


+ 1 - 1
AppStart/Helper/PosPushDataNewHelper.cs

@@ -377,7 +377,7 @@ namespace MySystem
                 {
                 {
                     dataContent.Add("is_first", 1);
                     dataContent.Add("is_first", 1);
                 }
                 }
-                if(trade.ProductType == "23")
+                if(trade.ProductType == "23" || trade.ProductType == "24" || trade.ProductType == "25" || trade.ProductType == "26" || trade.ProductType == "32")
                 {
                 {
                     dataContent.Add("ext_field", trade.ChannelSerial);
                     dataContent.Add("ext_field", trade.ChannelSerial);
                 }
                 }