|
@@ -959,6 +959,9 @@ class WholeController extends Curd
|
|
|
// ]);
|
|
|
// }
|
|
|
// }
|
|
|
+
|
|
|
+ Db::commit();
|
|
|
+
|
|
|
// 打小票
|
|
|
if (!empty($premises)){
|
|
|
$restaurant = SysDept::where('dept_super_id',$premises->dept_id)->where('dept_category','餐厅')->first();
|
|
@@ -988,8 +991,6 @@ class WholeController extends Curd
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- Db::commit();
|
|
|
|
|
|
_syslog("订单","订单支付成功");
|
|
|
return json_success('支付成功');
|