yxm
2024-07-01 fc2adc3521931c2f7bc5b2f3a3d94ebf407828d6
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());