From b64237d4083f3876d1068907f3d4485a0624f24b Mon Sep 17 00:00:00 2001 From: hdka <823267011@qq.com> Date: Tue, 12 Aug 2025 22:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../industry/work/service/impl/IndustryMaterialServiceImpl.java | 2 +- .../com/industry/work/service/impl/IndustryStepServiceImpl.java | 1 - .../src/main/resources/mapper/work/IndustryMaterialMapper.xml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/industry-system/src/main/java/com/industry/work/service/impl/IndustryMaterialServiceImpl.java b/industry-system/src/main/java/com/industry/work/service/impl/IndustryMaterialServiceImpl.java index 45adf528..89e701af 100644 --- a/industry-system/src/main/java/com/industry/work/service/impl/IndustryMaterialServiceImpl.java +++ b/industry-system/src/main/java/com/industry/work/service/impl/IndustryMaterialServiceImpl.java @@ -123,7 +123,7 @@ public class IndustryMaterialServiceImpl implements IIndustryMaterialService { // 直接删掉扫入并且未轧制的,写入二辊数据到四辊机器里面 clearSystem(); - // TODO 这里需要查一下数据库查看是否有正在轧或者说是未轧的情况 state=0,1,3,4 + // TODO 这里需要查一下数据库查看是否有正在轧或者说是未轧的情况 state=1,3,4 List industryMaterialVos1 = industryMaterialMapper.selectIndustryMaterialListAndNotFinish(); System.out.println("触发四辊数据写入"); diff --git a/industry-system/src/main/java/com/industry/work/service/impl/IndustryStepServiceImpl.java b/industry-system/src/main/java/com/industry/work/service/impl/IndustryStepServiceImpl.java index 69002746..d03bcd7e 100644 --- a/industry-system/src/main/java/com/industry/work/service/impl/IndustryStepServiceImpl.java +++ b/industry-system/src/main/java/com/industry/work/service/impl/IndustryStepServiceImpl.java @@ -588,7 +588,6 @@ public class IndustryStepServiceImpl implements IIndustryStepService { industryMaterialVo.setState(2L); List industryMaterialVos = industryMaterialMapper.selectIndustryMaterialList1(industryMaterialVo); String result = industryMaterialService.insertIndustryMaterialToSlaveDataSource(industryMaterialVos); - System.out.println(result); } } diff --git a/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml b/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml index f713b8fa..bc8bac3e 100644 --- a/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml +++ b/industry-system/src/main/resources/mapper/work/IndustryMaterialMapper.xml @@ -271,7 +271,7 @@