Browse Source

去掉提交商户资料,设置状态

lcl 1 year ago
parent
commit
ba7f9a3f4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Util/Main/MerchantInfoUtil.cs

+ 1 - 1
Util/Main/MerchantInfoUtil.cs

@@ -36,7 +36,7 @@ namespace MySystem
             }
             else
             {
-                Fields.Add("Status", 0);
+                // Fields.Add("Status", 0);
                 info = MerchantInfoService.Edit(Fields, Id, false);
             }
             return info;