Commit 10f14228 authored by zhangsen's avatar zhangsen

报错处理

parent e6cd2450
...@@ -451,7 +451,7 @@ public class CheckServiceImpl implements ICheckService { ...@@ -451,7 +451,7 @@ public class CheckServiceImpl implements ICheckService {
if (!ObjectUtils.isEmpty(userId)){ if (!ObjectUtils.isEmpty(userId)){
model.setUserId(userId); model.setUserId(userId);
} }
FeignClientResult<MessageModel> update = Systemctl.messageClient.update(model); Systemctl.messageClient.update(model);
}catch (Exception e) { }catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
...@@ -739,7 +739,7 @@ public class CheckServiceImpl implements ICheckService { ...@@ -739,7 +739,7 @@ public class CheckServiceImpl implements ICheckService {
if (!ObjectUtils.isEmpty(userId)) { if (!ObjectUtils.isEmpty(userId)) {
model.setUserId(userId); model.setUserId(userId);
} }
FeignClientResult<MessageModel> update = Systemctl.messageClient.update(model); Systemctl.messageClient.update(model);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment