Commit fa9e250f authored by 黄奎's avatar 黄奎

1

parent 63d6f1a6
......@@ -135,6 +135,17 @@ namespace Mall.Module.TradePavilion
{
{ nameof(RB_CompanyEnterprise_Extend.IsComplete),1}
};
//开启自动审核
if (Config.IsCPSWJAutoExamine == "1")
{
keyValues.Add(nameof(RB_CompanyEnterprise_Extend.CompanyStatus), 1);
}
else
{
keyValues.Add(nameof(RB_CompanyEnterprise_Extend.CompanyStatus), 0);
keyValues.Add(nameof(RB_CompanyEnterprise_Extend.RejectRemark), "");
}
List<WhereHelper> wheres = new List<WhereHelper>()
{
new WhereHelper()
......@@ -206,7 +217,7 @@ namespace Mall.Module.TradePavilion
{
if (Config.IsCPSWJAutoExamine == "1")//自动审核
{
keyValues.Add(nameof(RB_CompanyEnterprise_Extend.CompanyStatus), 1);
try
{
var BrandModel = oldList?.FirstOrDefault();
......@@ -273,6 +284,15 @@ namespace Mall.Module.TradePavilion
{
{ nameof(RB_CompanyEnterprise_Extend.IsComplete),1}
};
if (Config.IsCPSWJAutoExamine == "1")
{
keyValues.Add(nameof(RB_CompanyEnterprise_Extend.CompanyStatus), 1);
}
else
{
keyValues.Add(nameof(RB_CompanyEnterprise_Extend.CompanyStatus), 0);
}
keyValues.Add(nameof(RB_CompanyEnterprise_Extend.RejectRemark), "");
List<WhereHelper> wheres = new List<WhereHelper>()
{
new WhereHelper()
......@@ -324,7 +344,6 @@ namespace Mall.Module.TradePavilion
{
if (Config.IsCPSWJAutoExamine == "1")//自动审核
{
keyValues.Add(nameof(RB_CompanyEnterprise_Extend.CompanyStatus), 1);
try
{
var BrandModel = oldList?.FirstOrDefault();
......@@ -604,7 +623,7 @@ namespace Mall.Module.TradePavilion
OperatorEnum=OperatorEnum.Equal
}
};
if (Config.IsFirtsShopAutoExamine == "1")//自动审核
if (Config.IsCPSWJAutoExamine == "1")//自动审核
{
keyValues.Add(nameof(RB_CompanyEnterprise_Extend.CompanyStatus), 1);
//载体
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment