Commit 44091c51 authored by 刘林's avatar 刘林

fix(JG):车用气瓶-监管码功能开发,写死设备品种为>>特种气瓶(车用)

parent 4bd40650
...@@ -956,7 +956,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform ...@@ -956,7 +956,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
exportParamsMap.put("equCategory", categoryList1.get(0).getName()); exportParamsMap.put("equCategory", categoryList1.get(0).getName());
} }
if (notEmptyAndHasName(categoryList2)) { if (notEmptyAndHasName(categoryList2)) {
exportParamsMap.put("equDefine", categoryList2.get(0).getName()); exportParamsMap.put("equDefine", "特种气瓶(车用)");
} }
if (registerInfo.getEquCode() == null) { if (registerInfo.getEquCode() == null) {
throw new BadRequest("使用登记证导出失败,设备代码为空!"); throw new BadRequest("使用登记证导出失败,设备代码为空!");
......
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