src/modules/base/entity/sys/log.ts
@@ -1,4 +1,4 @@ import { BaseEntity, transformerJson } from '../base'; import { BaseEntity,transformerJson } from '../base'; import { Column, Index, Entity } from 'typeorm'; /** @@ -18,11 +18,6 @@ @Column({ comment: 'ip', nullable: true }) ip: string; @Column({ comment: '参数', nullable: true, type: 'json', transformer: transformerJson, }) @Column({ comment: '参数', nullable: true, type: 'json',transformer: transformerJson, }) params: string; }