🐞 fix(后台): 修复gm后台账号表引用问题

This commit is contained in:
luying
2022-11-29 11:17:37 +08:00
parent 4a4428bc70
commit 5a77779fe7

View File

@@ -2,7 +2,7 @@ import { COUNTER } from './../consts';
import { CounterAllModal } from './CounterAll';
import BaseModel from './BaseModel';
import { index, getModelForClass, prop, DocumentType, mongoose, ReturnModelType } from '@typegoose/typegoose';
import { nowSeconds } from '@pubUtils/timeUtil';
import { nowSeconds } from '../pubUtils/timeUtil';
const bcrypt = require('bcrypt');
const SALT_WORK_FACTOR = 5