Merge branch 'dev'

This commit is contained in:
2024-06-26 15:20:27 +08:00
7 changed files with 172 additions and 53 deletions
-1
View File
@@ -323,7 +323,6 @@ class Order extends Model
->where($params)
->whereIn('order_type',[1,4,5]);
// 问诊订单
$query = $query->where(function ($query) use ($is_platform_deep_cooperation){
$query->whereExists(function ($subQuery) use ($is_platform_deep_cooperation){
$subQuery->from('order_inquiry');