소스 검색

Merge branch 'release-本地版问题上报' into test

dengsixing 2 주 전
부모
커밋
556a060485
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/com/fdkankan/contro/service/impl/LocalFdageLogServiceImpl.java

+ 2 - 0
src/main/java/com/fdkankan/contro/service/impl/LocalFdageLogServiceImpl.java

@@ -8,6 +8,7 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.fdkankan.contro.vo.LocalfdageLogParamVo;
 import com.fdkankan.dingtalk.DingTalkSendUtils;
 import org.springframework.beans.factory.annotation.Value;
+import org.springframework.cloud.context.config.annotation.RefreshScope;
 import org.springframework.stereotype.Service;
 
 import javax.annotation.Resource;
@@ -20,6 +21,7 @@ import javax.annotation.Resource;
  * @author 
  * @since 2025-09-19
  */
+@RefreshScope
 @Service
 public class LocalFdageLogServiceImpl extends ServiceImpl<ILocalFdageLogMapper, LocalFdageLog> implements ILocalFdageLogService {