Quellcode durchsuchen

Merge branch 'release_toaliyun_real' into release_real_200809

release_toaliyun_real
xiaohanzi vor 5 Jahren
Ursprung
Commit
ebdb6159b7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 Datei anzeigen

@@ -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 ) {


Laden…
Abbrechen
Speichern