Commit dc693671 by 朱继来

调整导出

parent 23d4650b
Showing with 2 additions and 2 deletions
...@@ -123,10 +123,10 @@ class OrderModel extends Model ...@@ -123,10 +123,10 @@ class OrderModel extends Model
case '1': case '1':
case '2': case '2':
case '6': case '6':
$string .= "FIND_IN_SET('pf=".$v."', o.order_source) OR "; $string .= "FIND_IN_SET('pf=".$v."', o.order_source) AND o.order_type = 1 OR ";
break; break;
case '3': case '3':
$string .= "oe.order_type != 0 OR "; $string .= "o.order_type = 1 AND oe.order_type != 0 OR ";
break; break;
case '4': case '4':
$string .= "o.order_type = 3 OR "; $string .= "o.order_type = 3 OR ";
......
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