From 2583d630205582822e2af3026b75c5f915352bfc Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期六, 07 十月 2023 18:51:24 +0800 Subject: [PATCH] 贝博粮情解析6-温湿度解析 --- igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5205.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5205.java b/igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5205.java index 517f6dc..26145fb 100644 --- a/igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5205.java +++ b/igds-api-phone/src/main/java/com/ld/igds/phone35/service/impl/Phone35ServiceImpl5205.java @@ -79,7 +79,7 @@ if (listProgress != null && !listProgress.isEmpty()) { for (InoutData inoutData : listProgress) { phone35InoutDto = new Phone35InoutDto(); - BeanUtils.copyProperties(inoutData, inoutData); + BeanUtils.copyProperties(inoutData, phone35InoutDto); if (InoutConstant.TYPE_IN.equals(inoutData.getType())) { -- Gitblit v1.9.3