bulk_edit
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user