提交 b6c46282 authored 作者: zhoushaopan's avatar zhoushaopan

feat(配发模块,自查模块): 修改了日志,打印500

修改了日志,打印500
上级 c1561ad8
...@@ -411,7 +411,7 @@ public class SelfCheckController { ...@@ -411,7 +411,7 @@ public class SelfCheckController {
historyDeviceBill.setIsPart(deviceLibrary.getIsPart()); historyDeviceBill.setIsPart(deviceLibrary.getIsPart());
historyDeviceBill.setTypeName(deviceLibrary.getTypeName()); historyDeviceBill.setTypeName(deviceLibrary.getTypeName());
historyDeviceBill.setSecretLevelName(deviceLibrary.getSecretLevelName()); historyDeviceBill.setSecretLevelName(deviceLibrary.getSecretLevelName());
historyDeviceBill.setMatchingRangeName(deviceLibrary.getMatchingRangeName());
historyDeviceBillList.add(historyDeviceBill); historyDeviceBillList.add(historyDeviceBill);
}); });
//保存 //保存
...@@ -450,6 +450,7 @@ public class SelfCheckController { ...@@ -450,6 +450,7 @@ public class SelfCheckController {
historyDeviceBill.setIsPart(deviceLibrary.getIsPart()); historyDeviceBill.setIsPart(deviceLibrary.getIsPart());
historyDeviceBill.setTypeName(deviceLibrary.getTypeName()); historyDeviceBill.setTypeName(deviceLibrary.getTypeName());
historyDeviceBill.setSecretLevelName(deviceLibrary.getSecretLevelName()); historyDeviceBill.setSecretLevelName(deviceLibrary.getSecretLevelName());
historyDeviceBill.setMatchingRangeName(deviceLibrary.getMatchingRangeName());
historyDeviceBillList.add(historyDeviceBill); historyDeviceBillList.add(historyDeviceBill);
}); });
...@@ -486,6 +487,8 @@ public class SelfCheckController { ...@@ -486,6 +487,8 @@ public class SelfCheckController {
historyDeviceBill.setIsPart(deviceLibrary.getIsPart()); historyDeviceBill.setIsPart(deviceLibrary.getIsPart());
historyDeviceBill.setTypeName(deviceLibrary.getTypeName()); historyDeviceBill.setTypeName(deviceLibrary.getTypeName());
historyDeviceBill.setSecretLevelName(deviceLibrary.getSecretLevelName()); historyDeviceBill.setSecretLevelName(deviceLibrary.getSecretLevelName());
historyDeviceBill.setMatchingRangeName(deviceLibrary.getMatchingRangeName());
historyDeviceBillList.add(historyDeviceBill); historyDeviceBillList.add(historyDeviceBill);
}); });
//保存 //保存
......
...@@ -102,6 +102,9 @@ public class HistoryDeviceBill { ...@@ -102,6 +102,9 @@ public class HistoryDeviceBill {
@ApiModelProperty(value = "密级") @ApiModelProperty(value = "密级")
private String secretLevelName; private String secretLevelName;
@ApiModelProperty(value = "配用范围")
private String matchingRangeName;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论