Commit 657dc522 authored by Hsinli's avatar Hsinli

add

parent fe094eb9
Pipeline #19284 passed with stage
in 56 seconds
...@@ -8,7 +8,7 @@ class CheckController extends Controller { ...@@ -8,7 +8,7 @@ class CheckController extends Controller {
*/ */
async getUserHidePhone() { async getUserHidePhone() {
const { ctx } = this; const { ctx } = this;
ret = await ctx.service.duxiaoman.check.getUserHidePhone(); let ret = await ctx.service.duxiaoman.check.getUserHidePhone();
ctx.success(ret); ctx.success(ret);
} }
......
...@@ -5,7 +5,7 @@ const moment = require('moment'); ...@@ -5,7 +5,7 @@ const moment = require('moment');
module.exports = app => { module.exports = app => {
const { STRING, INTEGER, DATE } = app.Sequelize; const { STRING, INTEGER, DATE } = app.Sequelize;
const SysUser = app.gjjModel.define('sys_suer', { const SysUser = app.gjjModel.define('sys_user', {
sid: { sid: {
type: INTEGER, type: INTEGER,
primaryKey: true, primaryKey: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment