瀏覽代碼

进件详情添加返回字段
// 小微商户经营场所类型(0 固定场所 1 流动动摊贩)

DuGuYang 7 月之前
父節點
當前提交
1ae4e3550f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
         }