Commit 1348f44f by 朱继来

调整

parent 09d8a582
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