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