maguohua před 8 roky
rodič
revize
816a48efc3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,