|
|
@@ -93,8 +93,8 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
if (Status == 0) dic["StatusName"] = "待处理";
|
|
|
if (Status == 1) dic["StatusName"] = "成功";
|
|
|
if (Status == 2) dic["StatusName"] = "失败";
|
|
|
- if (Status == 4) dic["StatusName"] = "通过";
|
|
|
- if (Status == 5) dic["StatusName"] = "未通过";
|
|
|
+ // if (Status == 4) dic["StatusName"] = "通过";
|
|
|
+ // if (Status == 5) dic["StatusName"] = "未通过";
|
|
|
dic["BrandId"] = RelationClass.GetKqProductBrandInfo(int.Parse(merchantid_PosMerchantInfo.BrandId.ToString()));
|
|
|
//创客
|
|
|
int UserId = int.Parse(function.CheckInt(dic["UserId"].ToString()));
|