bulk_edit

This commit is contained in:
ASUS 2025-11-13 09:31:11 +08:00
parent 8fb17b2645
commit c55f20fed7
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ class Base extends Model
$res += Db::table($table_name)->update($data);
}
}
return ['status' => $res>1?1:0, 'data_type' => $edit_type];
return ['status' => $res>=1?1:0, 'data_type' => $edit_type];
}