wangkaiyue 2 жил өмнө
parent
commit
b179034aa4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      services/action.go

+ 1 - 1
services/action.go

@@ -52,7 +52,7 @@ func (this *LeadGeneration) GetDate() {
 func (this *LeadGeneration) ClickRecord() {
 	userId := qutil.ObjToString(this.GetSession("userId"))
 	rData, errMsg := func() (interface{}, error) {
-		switch this.GetString("t") {
+		switch this.GetString("type") {
 		case "A":
 			return mananger.JyAheadManager.Click(userId), nil
 		}