소스 검색

自定义打印

gorden 1 개월 전
부모
커밋
586d80c8d6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/admin/controller/order/WholeController.php

+ 2 - 0
app/admin/controller/order/WholeController.php

@@ -4523,6 +4523,8 @@ class WholeController extends Curd
                 if (!empty($premises) || !empty($restaurant)) {
                     if ($order->order_classify == 'DISHES' && empty($restaurant)) {
                         $restaurant = SysDept::where('dept_super_id', $premises->dept_id)->where('dept_category', '餐厅')->first();
+                    } elseif ($order->order_classify != 'DISHES') {
+                        $restaurant = $premises;
                     }
                     if (!empty($restaurant->dept_extend_json)) {
                         $voteData = [