linwu 1 年之前
父節點
當前提交
6e835e8401
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/admin/controller/Broker.php

+ 1 - 0
app/admin/controller/Broker.php

@@ -52,6 +52,7 @@ class Broker extends BaseController
             'province'    => input('province/s', ""),
             'province'    => input('province/s', ""),
             'city'        => input('city/s', ""),
             'city'        => input('city/s', ""),
             'district'    => input('district/s', ""),
             'district'    => input('district/s', ""),
+            'region'      => input('region/s', ""),
             'town'        => input('town/s', ""),
             'town'        => input('town/s', ""),
             'details'     => input('details/s', ""),
             'details'     => input('details/s', ""),
             'powerreport' => input('powerreport/d') == 1 ? 1 : 2,
             'powerreport' => input('powerreport/d') == 1 ? 1 : 2,