From 1403ca6b91a817feb85ef902d93e84d7af625940 Mon Sep 17 00:00:00 2001 From: liyawei Date: Mon, 7 Nov 2022 14:36:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95-=E5=BD=92?= =?UTF-8?q?=E6=A1=A3=E5=90=8E=E5=90=88=E8=A7=84=E6=83=85=E5=86=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/SarStandProjectLibraryServiceImpl.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/adc-da-slrs/src/main/java/com/adc/da/slrs/sarStandProjectLibrary/service/impl/SarStandProjectLibraryServiceImpl.java b/adc-da-slrs/src/main/java/com/adc/da/slrs/sarStandProjectLibrary/service/impl/SarStandProjectLibraryServiceImpl.java index 26ecbf36..26375cff 100644 --- a/adc-da-slrs/src/main/java/com/adc/da/slrs/sarStandProjectLibrary/service/impl/SarStandProjectLibraryServiceImpl.java +++ b/adc-da-slrs/src/main/java/com/adc/da/slrs/sarStandProjectLibrary/service/impl/SarStandProjectLibraryServiceImpl.java @@ -555,11 +555,11 @@ public class SarStandProjectLibraryServiceImpl extends ServiceImpl0L) { - p.setUnCount(s.getUnCount()); + p.setUnCount(s.getUnCount()); // uncount==0 }else if (s.getUnCount() == 0L && s.getCounts()==0L){ p.setUnCount(2L); }else { - p.setUnCount(1L); + p.setUnCount(1L); // 不符合 } p.setEndTimes(s.getEndTimes()); for (SarStandAttrInfo a:list2){ @@ -575,10 +575,9 @@ public class SarStandProjectLibraryServiceImpl extends ServiceImpl