Commit d51b79bb by hcy001

1

parent ee4fa14c
Showing with 1 additions and 1 deletions
......@@ -60,7 +60,7 @@ class InquiryModel extends Model
$query->whereRaw('lie_a.user_name like "' . $v . '%" ');
break;
case "status":
$query->where('b.status', '=', $v);
$query->whereRaw('lie_b.status in ('.rtrim($v,",").')');
break;
case "create_uid":
$query->where('a.create_uid', '=', $v);
......
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