admin
2019-08-26 5a80c35e42ba1ed7340097ea9b156016e52a23f2
fanli/src/main/java/com/yeshi/fanli/aspect/ActiveUserAspect.java
@@ -22,9 +22,9 @@
 * @author Administrator
 *
 */
@Component
@Aspect
@Order(6)
//@Component
//@Aspect
//@Order(6)
public class ActiveUserAspect {
   
   @Resource(name = "taskExecutor")
@@ -73,13 +73,6 @@
               }
               // 加入缓存 20分钟
               redisManager.cacheCommonString(key, uuid.toString(), 60 * 20);
            }
            // 接收券
            try {
               userSystemCouponService.receivedCoupon(uuid);
            } catch (Exception e) {
               e.printStackTrace();
            }
         }
      });