xieb
2023-10-19 1dd5d8f8a616f5cf3caa7828d46989c7d3dcafc4
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/service/impl/TbAttResRsbNorspiServiceImpl.java
@@ -238,10 +238,8 @@
         if (newTbAttResRsbNorspi.getCheckState()==4){
            fillName = "编辑";
            // 找到相关的 guid 数据
            for (TbAttResRsbNorspi tbAttResRsbNorspi : oldList) {
               if (tbAttResRsbNorspi.getGuid().equals(newTbAttResRsbNorspi.getGuid())){
                  newTbAttResRsbNorspi.setCheckState(tbAttResRsbNorspi.getCheckState());
               }
            if (oldList.size()>0) {
               newTbAttResRsbNorspi.setCheckState(oldList.get(0).getCheckState());
            }
         }