Browse Source

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

wenmenghao321 1 year ago
parent
commit
d28345a3ef
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/jfw/front/dataExport.go
  2. 0 1
      src/jfw/modules/app/src/app/front/dataExport.go

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

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