|
@@ -9,7 +9,7 @@ use Modules\Camera\Http\Controllers\Api\HaiKangController;
|
|
|
|
|
|
|
|
|
|
|
|
-class LogEmailSend extends Command
|
|
|
+class NmCameraStatus extends Command
|
|
|
{
|
|
|
/**
|
|
|
* The name and signature of the console command.
|
|
@@ -42,11 +42,11 @@ class LogEmailSend extends Command
|
|
|
*/
|
|
|
public function handle()
|
|
|
{
|
|
|
- $this->nmCameraStatus();
|
|
|
+ $this->cameraStatusNm();
|
|
|
}
|
|
|
|
|
|
//同步区域列表
|
|
|
- public function nmCameraStatus()
|
|
|
+ public function cameraStatusNm()
|
|
|
{
|
|
|
//宁煤集团
|
|
|
$ningmei = DB::table('mine_list')->where('title',config('mine_hls'))->get();
|