Browse Source

Merge branch 'feature-dgy-小微商户进件添加场所选项' into feature-dgy-功能测试

DuGuYang 1 year ago
parent
commit
8b5b8b8b44
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Util/Main/MerchantAddInfoUtil.cs

+ 1 - 0
Util/Main/MerchantAddInfoUtil.cs

@@ -296,6 +296,7 @@ namespace MySystem
                 OpenBankRegionCode = str.Substring(str.IndexOf(',') + 1, str.Length - str.IndexOf(',') - 1);
             }
             Obj.Add("OpenBankRegionCode", OpenBankRegionCode); // 开户银行支行区域码
+            Obj.Add("PlaceType", query.PlaceType); // 小微商户经营场所类型(0 固定场所 1 流动动摊贩)
 
             return Obj;
         }