This commit is contained in:
mkm 2024-01-12 18:02:41 +08:00
parent cbe1c0e0a3
commit 3a853c095a

View File

@ -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';