Commit f321d31f by 朱继来

Merge branch 'master' of http://119.23.72.7/zhujilai/Order into zjl_字眼替换_20210914

parents 955c3879 8834f8e9
Showing with 2 additions and 0 deletions
...@@ -506,6 +506,8 @@ class OrderModel extends Model ...@@ -506,6 +506,8 @@ class OrderModel extends Model
$province = S_str('oms:province'); $province = S_str('oms:province');
if (!$province) return '';
$filter = array_filter($province, function($v) use ($region_id) { $filter = array_filter($province, function($v) use ($region_id) {
return $v['region_id'] == $region_id; return $v['region_id'] == $region_id;
}); });
......
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 sign in to comment