mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 03:18:35 +08:00
代码生成
This commit is contained in:
@@ -114,6 +114,6 @@ func (m *sysSysApiModelImpl) Update(api entity.SysApi) *entity.SysApi {
|
||||
}
|
||||
|
||||
func (m *sysSysApiModelImpl) Delete(ids []int64) {
|
||||
err := global.Db.Table(m.table).Delete(&entity.SysApi{}, "`id` in (?)", ids).Error
|
||||
err := global.Db.Table(m.table).Delete(&entity.SysApi{}, "id in (?)", ids).Error
|
||||
biz.ErrIsNil(err, "删除配置信息失败")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user