From b30de5576e68a36e02f13dbd0fb089d081385bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=8A=E5=B9=B3?= <951984189@qq.com> Date: Sun, 29 Sep 2019 11:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/user.ts b/app/controller/user.ts index 6a84ad8..620ec0c 100644 --- a/app/controller/user.ts +++ b/app/controller/user.ts @@ -6,6 +6,6 @@ import { Context } from 'egg'; export default class User extends BaseController { constructor (ctx: Context) { super(ctx); - this.setEntity(this.ctx.repo.sys.User); + this.setEntity(this.ctx.repo.User); } }