Commit 5544d55e authored by yanzg's avatar yanzg

修改实例化关系

parent fb44892b
......@@ -40,7 +40,7 @@ public class MqAspect extends BaseRequestAspect {
* @return
*/
@Around(value = "mqAspect()")
public Object requestWebAround(ProceedingJoinPoint joinPoint) throws Throwable {
public Object requestMqAround(ProceedingJoinPoint joinPoint) throws Throwable {
boolean clear = isRabbit(joinPoint);
if (clear) {
clear = clear && requestLogInit();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment