更新
This commit is contained in:
parent
cbe1c0e0a3
commit
3a853c095a
@ -550,6 +550,7 @@ class Task extends CommonModel
|
||||
if(!$code){
|
||||
throw new Exception('任务列表CODE不存在', 1);
|
||||
}
|
||||
$data['stage_code']=$code;
|
||||
self::name('task')->where('id',$task['id'])->update($data);
|
||||
}elseif($type==3){
|
||||
$comments='add';
|
||||
|
Loading…
x
Reference in New Issue
Block a user