|
|
@@ -62,7 +62,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
Fields.Add("SnNo", "2"); //快钱SN号
|
|
|
Fields.Add("TopUserId", "0"); //顶级创客
|
|
|
|
|
|
- string condition = " and Status>-1";
|
|
|
+ string condition = " and Status>-1 and BrandId =" + BrandId;
|
|
|
//商户编号
|
|
|
if (!string.IsNullOrEmpty(MerchantNo))
|
|
|
{
|
|
|
@@ -152,7 +152,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
var Info = function.ReadInstance("/WritePage/TradeRecord/TradeRecord" + BrandId + ".txt");
|
|
|
if (string.IsNullOrEmpty(Info))
|
|
|
{
|
|
|
- function.WritePage("/WritePage/TradeRecord/", "TradeRecord" + BrandId + "..txt", minId.ToString());
|
|
|
+ function.WritePage("/WritePage/TradeRecord/", "TradeRecord" + BrandId + ".txt", minId.ToString());
|
|
|
condition += " and Id >=" + minId;
|
|
|
}
|
|
|
else
|