Commit d8adfd43 authored by 马33's avatar 马33

打印日志

parent ae620278
...@@ -56,7 +56,7 @@ public class TerminalDeviceServiceImpl implements TerminalDeviceService { ...@@ -56,7 +56,7 @@ public class TerminalDeviceServiceImpl implements TerminalDeviceService {
@Override @Override
public BaseResult reportErrorMsg(ReportErrorMsgDTO reportErrorMsgDTO) { public BaseResult reportErrorMsg(ReportErrorMsgDTO reportErrorMsgDTO) {
Integer id = reportErrorMsgDTO.getId(); Integer id = reportErrorMsgDTO.getId();
log.info("============ 上报错误信息, id : {} =================",id); log.info("============ 上报错误信息, id : {},errorCode: {}, msg: {} =================",id, reportErrorMsgDTO.getErrorCode(), reportErrorMsgDTO.getErrorMsg());
if (id == null || id == 0) { if (id == null || id == 0) {
return BaseResult.validate_failed(); return BaseResult.validate_failed();
} }
......
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