Explorar o código

统计交易额排除广电卡,单独统计

lcl %!s(int64=2) %!d(string=hai) anos
pai
achega
ff51571b21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AppStart/Helper/StatService.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -118,7 +118,7 @@ namespace MySystem
                     {
                         startId = "867041";
                     }
-                    string sql = "select Id from TradeRecord where Id>=" + startId + " and QueryCount=0 and ActStatus=1 order by Id limit 50";
+                    string sql = "select Id from TradeRecord where Id>=" + startId + " and QueryCount=0 and ActStatus=1 and BrandId=14 order by Id limit 50";
                     if(Id > 0)
                     {
                         sql = "select Id from TradeRecord where Id=" + Id;