فهرست منبع

admin count bug

maguohua 8 سال پیش
والد
کامیت
816a48efc3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      controller/statis/statis.js

+ 1 - 1
controller/statis/statis.js

@@ -103,7 +103,7 @@ class Statis {
 			return
 		}
 		try{
-			const count = await AdminModel.find({registe_time: eval('/^' + date + '/gi')}).count()
+			const count = await AdminModel.find({create_time: eval('/^' + date + '/gi')}).count()
 			res.send({
 				status: 1,
 				count,