xuzhiheng 2 年之前
父节点
当前提交
d1d3edc208
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/service.go

+ 1 - 1
service/service.go

@@ -320,8 +320,8 @@ func openPowerBig(orderData map[string]interface{}, userId string) bool {
 				}
 			}
 		}
-		RedisDel(userId)
 	}
+	RedisDel(userId)
 	return true
 }