From 7dcc2997614f849258091f5d66e648317a40d323 Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期五, 14 八月 2026 10:12:42 +0800
Subject: [PATCH] add shop module
---
src/modules/base/entity/sys/log.ts | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/modules/base/entity/sys/log.ts b/src/modules/base/entity/sys/log.ts
index fd298a5..1581c42 100644
--- a/src/modules/base/entity/sys/log.ts
+++ b/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;
}
--
Gitblit v1.9.1