xieb
2023-11-28 a196fc3cf85ac2bb993a4d185ae9c3a255e9fa6a
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/service/impl/TbAttResMgrSysBServiceImpl.java
@@ -93,8 +93,11 @@
      if (tbAttResMgrSysB.getCheckState()==3){
         tbAttResMgrSysB.setCheckState(0);
      }
      detail.setCheckState(tbAttResMgrSysB.getCheckState());
      // 更新数据
      int i = baseMapper.updateById(tbAttResMgrSysB);
      int i = baseMapper.updateById(detail);
      if (i>0){
         if (!edit) {
            tbAttResBaseService.updateFinalState(tbAttResMgrSysB.getResGuid(), tbAttResMgrSysB.getCheckState());