Commit a19acf18 authored by zhangyanduan's avatar zhangyanduan

fix: 修复当上传记录无异常时没有返回结果的BUG

parent e81ef1b3
......@@ -1049,6 +1049,8 @@ public class JieLinkServiceImpl implements IJieLinkService {
record.setDelFlag("0");
record.setCreateBy(null);
doorRecordService.saveRecordData(record);
result.setCode("0");
result.setMsg("");
return result;
}
......
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