更新
This commit is contained in:
parent
5ef8ed8607
commit
86e5d12945
@ -8,6 +8,7 @@ use app\common\model\company\CompanyProperty;
|
||||
use app\common\model\informationg\UserInformationg;
|
||||
use app\common\model\task\Task;
|
||||
use app\common\model\user\User;
|
||||
use think\facade\Log;
|
||||
|
||||
class TaskController extends BaseApiController
|
||||
{
|
||||
@ -114,6 +115,7 @@ class TaskController extends BaseApiController
|
||||
'end_time'=>$end_time
|
||||
];
|
||||
$data['status'] = 2;
|
||||
Log::error( $parmas);
|
||||
if (isset($parmas['terminus'])) {
|
||||
if( $parmas['terminus']['lnglat'][0]==null || $parmas['terminus']['lnglat'][0]<=0){
|
||||
return $this->fail('定位不存在');
|
||||
|
Loading…
x
Reference in New Issue
Block a user