Selaa lähdekoodia

Merge branch 'feature/v4.8.70' of https://jygit.jydev.jianyu360.cn/qmx/jy into dev/v4.8.70_wmh

wenmenghao321 1 vuosi sitten
vanhempi
commit
d28345a3ef

+ 0 - 1
src/jfw/front/dataExport.go

@@ -873,7 +873,6 @@ func (d *DataExport) SetDontPromptAgain() {
 func (d *DataExport) GetDontPromptAgain() {
 	isPrompt := true
 	userId := d.GetSession("mgoUserId").(string)
-	fmt.Println("userId", userId)
 	user, ok := public.MQFW.FindById("user", userId, `{"i_export_promptAgain":1}`)
 	if ok && user != nil && len(*user) > 0 {
 		if util.IntAll((*user)["i_export_promptAgain"]) == 1 {

+ 0 - 1
src/jfw/modules/app/src/app/front/dataExport.go

@@ -276,7 +276,6 @@ func (w *WxDataExport) SetDontPromptAgain() {
 func (w *WxDataExport) GetDontPromptAgain() {
 	isPrompt := true
 	userId := w.GetSession("mgoUserId").(string)
-	fmt.Println("userId", userId)
 	user, ok := public.MQFW.FindById("user", userId, `{"i_export_promptAgain":1}`)
 	if ok && user != nil && len(*user) > 0 {
 		if util.IntAll((*user)["i_export_promptAgain"]) == 1 {