Преглед изворни кода

fix contract

release_toaliyun_real
xiaohanzi пре 5 година
родитељ
комит
7fa61ae890
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/contract/WxRentPropertyContractController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/contract/WxRentPropertyContractController.java Прегледај датотеку

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


Loading…
Откажи
Сачувај