Commit ae620278 authored by 马33's avatar 马33

打印日志

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