瀏覽代碼

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

lcl 2 年之前
父節點
當前提交
ff51571b21
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;