diff --git a/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchUserDataServiceImpl.java b/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchUserDataServiceImpl.java index 3f901da..cb57842 100644 --- a/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchUserDataServiceImpl.java +++ b/health-watch/health-watch-biz/src/main/java/com/renkang/watch/service/impl/WatchUserDataServiceImpl.java @@ -42,6 +42,7 @@ import org.jeecgframework.poi.excel.entity.params.ExcelExportEntity; import org.jeecgframework.poi.exception.excel.enums.ExcelExportEnum; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.task.AsyncTaskExecutor; +import org.springframework.dao.DuplicateKeyException; import org.springframework.data.redis.core.StringRedisTemplate; import org.springframework.stereotype.Service; @@ -208,7 +209,12 @@ public class WatchUserDataServiceImpl extends ServiceImpl