Browse Source

fit:快照页面

wangshan 3 years ago
parent
commit
859ad86a14

+ 1 - 1
src/jfw/modules/subscribepay/src/entity/basePack.go

@@ -58,7 +58,7 @@ func (this *UseBalanceStruct) fileConsume() (r map[string]interface{}, m string,
 				isExists = true
 			}
 		}
-		log.Println(this.Remarks, "++++++", this.AccountId, id, "-------------", isExists)
+		// log.Println(this.Remarks, "++++++", this.AccountId, id, "-------------", isExists)
 		//当月未有消费记录
 		if !isExists {
 			isCanConsume_f := false

+ 1 - 1
src/jfw/modules/subscribepay/src/entity/member.go

@@ -25,7 +25,7 @@ func init() {
 			sid := qutil.IntAll(v["id"])
 			pid := qutil.IntAll(v["i_pid"])
 			count_year := qutil.IntAll(v["s_count_year"])
-			log.Println(pid, sid, count_year)
+			// log.Println(pid, sid, count_year)
 			if pid != 0 {
 				member_serice[sid] = map[int]int{
 					pid: count_year,