From 4975e808dfca56c00314593d803c2bf5564217b8 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期六, 04 十一月 2023 17:24:45 +0800 Subject: [PATCH] Changes --- mes-technology/src/main/java/com/chinaztt/mes/technology/service/impl/StructureServiceImpl.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/mes-technology/src/main/java/com/chinaztt/mes/technology/service/impl/StructureServiceImpl.java b/mes-technology/src/main/java/com/chinaztt/mes/technology/service/impl/StructureServiceImpl.java index 9acf37a..9176fb3 100644 --- a/mes-technology/src/main/java/com/chinaztt/mes/technology/service/impl/StructureServiceImpl.java +++ b/mes-technology/src/main/java/com/chinaztt/mes/technology/service/impl/StructureServiceImpl.java @@ -353,6 +353,8 @@ @Override public R fullSave(StructureDTO structure) { + System.out.println(structure); + System.out.println("==============================="); int noCount = baseMapper.selectCount(Wrappers.<Structure>lambdaQuery() .eq(Structure::getAlternativeNo, structure.getAlternativeNo()) .eq(Structure::getBomTypeDb, structure.getBomTypeDb()) -- Gitblit v1.9.3