wangshan 3 tahun lalu
induk
melakukan
ca26d33de1

+ 3 - 2
src/jfw/modules/publicapply/src/attachmentdow/service/service.go

@@ -5,7 +5,6 @@ import (
 	"config"
 	"db"
 	"fmt"
-	"github.com/go-xweb/xweb"
 	"jfw/public"
 	"log"
 	qu "qfw/util"
@@ -13,6 +12,8 @@ import (
 	"qfw/util/redis"
 	"time"
 	"util"
+
+	"github.com/go-xweb/xweb"
 )
 
 type Dow struct {
@@ -64,7 +65,7 @@ func (u *Dow) Subdow() {
 				}
 				//下载后自增一次
 				defer func() {
-					redis.Incr(jy.VipFileUploadNumKey, mon)
+					redis.Incr(jy.PowerCacheDb, mon)
 					data := make(map[string]interface{})
 					data["p_userid"] = userid
 					data["p_infoId"] = infoId