This commit is contained in:
COOL 2025-02-20 11:00:24 +08:00
parent 97e29ddc7f
commit 40e6122959

View File

@ -17,7 +17,7 @@ export class DictTypeService extends BaseService {
* @param ids * @param ids
*/ */
async delete(ids) { async delete(ids) {
super.delete(ids); await super.delete(ids);
await this.dictInfoEntity.delete({ await this.dictInfoEntity.delete({
typeId: In(ids), typeId: In(ids),
}); });