浏览代码

删除无用

zhangxin 2 天之前
父节点
当前提交
74c4752eae

+ 1 - 4
national-motion-module-system/national-motion-system-biz/src/main/java/org/jeecg/modules/app/service/impl/UserServiceImpl.java

@@ -125,10 +125,7 @@ public class UserServiceImpl implements IUserService {
                             statisticsInfo.setUpdateTime(new Date());
                             statisticsInfoMapper.updateById(statisticsInfo);
                         }
-                    } catch (NumberFormatException e) {
-                        log.error(e.getMessage());
-                        log.error(e);
-                    } catch (JeecgBootException e) {
+                    } catch (Exception e) {
                         log.error(e.getMessage());
                         log.error(e);
                     }