更新
This commit is contained in:
parent
9f03758b0e
commit
2c3a39b7f0
@ -85,7 +85,7 @@ class InformationController extends BaseApiController
|
||||
if ($res != true) {
|
||||
return $this->fail( BaseLogic::getError());
|
||||
}
|
||||
if(isset($param['task_id'])&& isset($param['id'])>0){
|
||||
if(isset($param['task_id'])&& isset($param['task_id'])>0){
|
||||
$task=Task::where('id',$param['task_id'])->find();
|
||||
$extend=json_decode($task['extend'],true);
|
||||
$extend['informationg_demand']=$res['id'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user