From 1e8eaaaaabe7664d9d7acf18273cb13c45b27219 Mon Sep 17 00:00:00 2001 From: mashuai Date: Sun, 10 Dec 2023 02:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zlpt/bigscreen/service/impl/BmMachinistInfoServiceImpl.java | 1 + .../src/main/resources/mapper/BmMachinistInfoMapper.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/zlpt-modules/zlpt-bigScreen/src/main/java/com/bonus/zlpt/bigscreen/service/impl/BmMachinistInfoServiceImpl.java b/zlpt-modules/zlpt-bigScreen/src/main/java/com/bonus/zlpt/bigscreen/service/impl/BmMachinistInfoServiceImpl.java index 394c9a5..95c95d5 100644 --- a/zlpt-modules/zlpt-bigScreen/src/main/java/com/bonus/zlpt/bigscreen/service/impl/BmMachinistInfoServiceImpl.java +++ b/zlpt-modules/zlpt-bigScreen/src/main/java/com/bonus/zlpt/bigscreen/service/impl/BmMachinistInfoServiceImpl.java @@ -33,6 +33,7 @@ public class BmMachinistInfoServiceImpl implements BmMachinistInfoService { ArrayList companyInfoVos = new ArrayList<>(); for (CompanyInfoVo companyInfoVo : list) { companyInfoVo.setOwnCo(CompanyLtdEnum.getNameByCode(Integer.parseInt(companyInfoVo.getOwnCo()))); + companyInfoVos.add(companyInfoVo); } return companyInfoVos; } diff --git a/zlpt-modules/zlpt-bigScreen/src/main/resources/mapper/BmMachinistInfoMapper.xml b/zlpt-modules/zlpt-bigScreen/src/main/resources/mapper/BmMachinistInfoMapper.xml index 22a14a5..e9409a5 100644 --- a/zlpt-modules/zlpt-bigScreen/src/main/resources/mapper/BmMachinistInfoMapper.xml +++ b/zlpt-modules/zlpt-bigScreen/src/main/resources/mapper/BmMachinistInfoMapper.xml @@ -7,7 +7,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" \ No newline at end of file