Compare commits

..

No commits in common. "0a42ffd85d3c16cf617ab6830c0edbcedc4b43d7" and "00ea5a6db412d35bdb0072537f1b9bbdc6e82277" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ public class DictAspect {
*/ */
@Pointcut("(@within(org.springframework.web.bind.annotation.RestController) || " + @Pointcut("(@within(org.springframework.web.bind.annotation.RestController) || " +
"@within(org.springframework.stereotype.Controller) || @annotation(org.jeecg.common.aspect.annotation.AutoDict)) " + "@within(org.springframework.stereotype.Controller) || @annotation(org.jeecg.common.aspect.annotation.AutoDict)) " +
"&& ( execution(public org.jeecg.common.api.vo.Result com.nu..*.*(..)) || " + "&& execution(public org.jeecg.common.api.vo.Result org.jeecg..*.*(..)) com.nu..*.*(..))")
"execution(public org.jeecg.common.api.vo.Result org.jeecg..*.*(..)) )")
public void excudeService() { public void excudeService() {
} }