定版之后bug修改

This commit is contained in:
2025-09-17 16:00:43 +08:00
parent b056d1f43e
commit c02872789e
2 changed files with 3 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ class Room extends Model
if(!empty($data)){
$reslut = $this->where('id', $room_id)->update($data);
if (!$reslut) {
return ['code' => 0, 'msg' => '修改失败', 'data' => null];
return ['code' => 0, 'msg' => '请勿重复提交', 'data' => null];
}
}
//推送消息