Commit 8834f8e9 by 朱继来

Merge branch 'zjl_crm_v3_20210903'

parents 2f415eae 1348f44f
Showing with 2 additions and 0 deletions
......@@ -506,6 +506,8 @@ class OrderModel extends Model
$province = S_str('oms:province');
if (!$province) return '';
$filter = array_filter($province, function($v) use ($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