|
|
|
@@ -149,7 +149,7 @@ public class WxRentPropertyContractController extends WxContractBaseController { |
|
|
|
logger.debug("[" + getIpAddr() + "] wxRentPropertyContract::findById"); |
|
|
|
if (null != rentId && null != propertyId) { |
|
|
|
return wxRentPropertyContractService.getContractInfo(rentId,propertyId); |
|
|
|
}else if (StringUtils.isBlank(id)) { |
|
|
|
}else if (!StringUtils.isBlank(id)) { |
|
|
|
//租金+物业工作流查询会传此id |
|
|
|
String[] ids = id.split("_RP_"); |
|
|
|
if (ids.length == 2 ) { |
|
|
|
|