|
@@ -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 {
|
|
|
|