|
@@ -11,7 +11,7 @@ class JobController extends BaseController
|
|
|
//有人云(朗峰)
|
|
//有人云(朗峰)
|
|
|
public function processDataJobAddDeviceManLf(Request $request){
|
|
public function processDataJobAddDeviceManLf(Request $request){
|
|
|
$param = $request->all();
|
|
$param = $request->all();
|
|
|
- if (empty($param['data']) || empty($param['data']['dataPoints'])) return;
|
|
|
|
|
|
|
+// if (empty($param['data']) || empty($param['data']['dataPoints'])) return;
|
|
|
|
|
|
|
|
dispatch(new ManDeviceJobLf($request->all()))->onQueue('man_device_lf');
|
|
dispatch(new ManDeviceJobLf($request->all()))->onQueue('man_device_lf');
|
|
|
|
|
|