fixed
This commit is contained in:
@@ -268,7 +268,8 @@ EOF;
|
||||
->where('id',$dataid)
|
||||
->data([
|
||||
'userbaseid'=>$userbaseid,//创建报告的时候这个字段是空,修改报告再补填这个字段
|
||||
'report_content'=>$str
|
||||
'report_content'=>$str,
|
||||
'name'=>$data['name'],
|
||||
])
|
||||
->update();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user