guoshilong
2023-11-28 ae37e30dcf71113f69d11fbe7cfef389a1fb9a01
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());