提交 1e075620 authored 作者: zhoushaopan's avatar zhoushaopan

fix(日常检查模块): 解决了数据为空的原因

解决了数据为空的原因
上级 fa3d44b1
...@@ -212,7 +212,8 @@ public class DailyCheckBillServiceImpl implements DailyCheckBillService { ...@@ -212,7 +212,8 @@ public class DailyCheckBillServiceImpl implements DailyCheckBillService {
List<String> codeList = parseQrCodeVO.getCodeList(); List<String> codeList = parseQrCodeVO.getCodeList();
//总的装备集合 返回给前端 //总的装备集合 返回给前端
TaskData taskData = qrCodeBillUtil.parseCode(codeList); TaskData taskData = qrCodeBillUtil.parseCode(codeList);
List<DeviceCodeVO> deviceLibraryList = taskData.getDeviceLibraries(); // List<DeviceCodeVO> deviceLibraryList = taskData.getDeviceLibraries();
List<DeviceCodeVO> deviceLibraryList = new ArrayList<>();
//还原数据 //还原数据
Map<String, List<DeviceCodeVO>> map = taskData.getMap(); Map<String, List<DeviceCodeVO>> map = taskData.getMap();
......
...@@ -10,4 +10,7 @@ preview.path=http://192.168.0.80:8088/equip/file/ ...@@ -10,4 +10,7 @@ preview.path=http://192.168.0.80:8088/equip/file/
spring.boot.admin.client.url=http://localhost:8769 spring.boot.admin.client.url=http://localhost:8769
spring.boot.admin.client.instance.serviceBaseUrl=http://localhost:8087 spring.boot.admin.client.instance.serviceBaseUrl=http://localhost:8087
block.flag=true block.flag=true
readMachine.ip=192.168.101.202 readMachine.ip=192.168.101.202
\ No newline at end of file
qrcode.path = /opt/qrcode/
qrcode.preview.path=http://192.168.0.80/equip/code/
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论