|
@@ -19,7 +19,7 @@ class TestController extends BaseController
|
|
|
(new ProductionOrderService())->delBoxLock();
|
|
|
dd(1);
|
|
|
}
|
|
|
- public function tt(){
|
|
|
+ public function tt(){dd(1);
|
|
|
$model_box = DB::connection("mysqlT9");
|
|
|
$u8 = $model_box->table('setting')
|
|
|
->where('setting_name','u8')
|