lizhen_gitee 1 hónapja
szülő
commit
a5bec66208
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      application/index/controller/Plantask.php

+ 1 - 0
application/index/controller/Plantask.php

@@ -42,6 +42,7 @@ class Plantask extends Controller
             $map = [
                 'order.order_status' => 10,
                 'order.slot_id' => $slot['id'],
+                'order.jointype' => 1, //预约类型:1=预约,2=候补
             ];
 
             $order_list = Db::name('lesson_order')->alias('order')