Commit cee2deab by 朱继来

Merge branch 'zjl_merge_20190716' into development

parents e43aad69 25fb8fd3
Showing with 3 additions and 1 deletions
......@@ -146,7 +146,6 @@ class OrderModel extends Model
case '1':
case '2':
case '6':
case '7':
$string .= "FIND_IN_SET('pf=".$v."', o.order_source) OR ";
break;
case '3':
......@@ -158,6 +157,9 @@ class OrderModel extends Model
case '5':
$string .= "o.order_type = 2 OR ";
break;
case '7':
$string .= "o.order_type = 4 OR ";
break;
}
}
......
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