mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
update apps/system/services/dict_data.go.
Signed-off-by: PandaX <18610165312@163.com>
This commit is contained in:
@@ -84,5 +84,5 @@ func (m *sysDictDataModelImpl) Update(data entity.SysDictData) error {
|
||||
}
|
||||
|
||||
func (m *sysDictDataModelImpl) Delete(codeIds []int64) error {
|
||||
return global.Db.Table(m.table).Delete(&entity.SysOrganization{}, "dict_code in (?)", codeIds).Error
|
||||
return global.Db.Table(m.table).Delete(&entity.SysDictData{}, "dict_code in (?)", codeIds).Error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user