bulk_edit
This commit is contained in:
parent
8fb17b2645
commit
c55f20fed7
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue