Explorar el Código

Merge branch 'dev_v1.0.17_wh' of moapp/jypkg into feature/v1.0.17

王浩 hace 1 año
padre
commit
9989aeb3d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/src/qfw/util/jy/subScribe.go

+ 1 - 1
common/src/qfw/util/jy/subScribe.go

@@ -175,5 +175,5 @@ func SaveUserLog(mg mongodb.MongodbSim, userid, phone, way, system, source, open
 		"site":          site,
 		"event":         event,
 	}
-	mg.Save("user", data)
+	mg.Save("register_log", data)
 }