wangzhibo
6 天以前 7dcc2997614f849258091f5d66e648317a40d323
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;
}