server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/PlatformServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/PlatformServiceImpl.java
@@ -140,7 +140,7 @@ } if(model.getGroupId()!= null && platform.getGroupId()!=null && !Constants.equalsInteger(platform.getGroupId(),model.getGroupId())){ PlatformGroup group = platformGroupMapper.selectById(platform.getGroupId()); if(group ==null || Constants.equalsInteger(group.getIsdeleted(),Constants.ZERO)){ if(group ==null || Constants.equalsInteger(group.getIsdeleted(),Constants.ONE)){ throw new BusinessException(ResponseStatus.DATA_EMPTY.getCode(),"对不起,月台组信息不正确!"); } //如果月台分组发生变化