Compare commits

...

2 Commits

Author SHA1 Message Date
yangjun 0a42ffd85d Merge branch 'master' of http://47.115.223.229:8888/yangjun/hldy_java_monomer
# Conflicts:
#	nursing-unit-base-core/src/main/java/org/jeecg/common/aspect/DictAspect.java
2025-03-13 08:36:43 +08:00
yangjun 70983a5b2f 修改字典翻译 2025-03-13 08:35:43 +08:00
1 changed files with 2 additions and 1 deletions

View File

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