xieb
2023-11-13 2a279f5c59765c8366bd3574f6794d6dbf792002
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/service/impl/TbAttResStagCharServiceImpl.java
@@ -89,9 +89,12 @@
      if (null!=detail){
         tbAttResStagChar.setGuid(detail.getGuid());
      }
      // 驳回情况下将状态修改回0即已填写未提交状态
      if (tbAttResStagChar.getCheckState()==3){
         detail.setCheckState(0);
      } else {
         detail.setCheckState(tbAttResStagChar.getCheckState());
      }
      // 更新数据
      int i = baseMapper.updateById(detail);