Commit c2eadf22 authored by 张森's avatar 张森

消防装备详情bug

parent d72272e7
......@@ -420,7 +420,7 @@ public class EquipmentDetailServiceImpl extends ServiceImpl<EquipmentDetailMappe
String qrCodeImage = QRCodeUtil.genQrCodeBase64PngWithWord(equipmentSpecific.getQrCode(), 200, 200, equipmentSpecific.getQrCode(),200, type);
equipmentDetail.setQrCodeImage(qrCodeImage);
// 消防系统
if (Objects.nonNull(equipmentSpecific.getSystemId())) {
if (StringUtil.isNotEmpty(equipmentSpecific.getSystemId())) {
List<FireFightingSystemEntity> sys = fireFightingSystemMapper.getFightingSysByIds(equipmentSpecific.getSystemId().split(","));
StringBuilder sb = new StringBuilder();
for (FireFightingSystemEntity entity : sys) {
......
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