|
@@ -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);
|
|
|
}
|