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