| | |
| | | List<OwnerDto> ownerDtos = null; |
| | | //根据bId 查询业主信息 |
| | | //这种情况说明 业主已经删掉了 需要查询状态为 1 的数据 |
| | | if (BusinessTypeConstant.BUSINESS_TYPE_DELETE_OWNER_INFO.equals(tmpOrderDto.getBusinessTypeCd())) { |
| | | /*if (BusinessTypeConstant.BUSINESS_TYPE_DELETE_OWNER_INFO.equals(tmpOrderDto.getBusinessTypeCd())) { |
| | | ownerDto.setStatusCd(StatusConstant.STATUS_CD_INVALID); |
| | | ownerDtos = ownerInnerServiceSMOImpl.queryOwnerMembers(ownerDto); |
| | | MachineDto machineDto = new MachineDto(); |
| | |
| | | orderInnerServiceSMOImpl.updateBusinessStatusCd(tmpOrderDto); |
| | | logger.debug("没有数据数据直接刷为C1,当前为删除业主操作" + JSONObject.toJSONString(tmpOrderDto)); |
| | | continue; |
| | | } |
| | | }*/ |
| | | |
| | | ownerDtos = ownerInnerServiceSMOImpl.queryOwnerMembers(ownerDto); |
| | | |