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());