浏览代码

wip:提交

wkyuer 3 周之前
父节点
当前提交
281195caef
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/jfw/modules/publicapply/src/subscribePush/entity/setting.go

+ 1 - 0
src/jfw/modules/publicapply/src/subscribePush/entity/setting.go

@@ -128,6 +128,7 @@ func FreeSubChange(userId string, area, district *map[string]interface{}, indust
 		setMap["i_ts_guide"] = 1
 	}
 	g.Dump(userId, setMap)
+	fmt.Sprintf("%s -%+v", userId, setMap)
 	updateOk := config.Compatible.Update(userId, setMap)
 	if !updateOk {
 		return false