|
|
|
@@ -31,7 +31,7 @@ public class WxContractBaseController extends BaseController{ |
|
|
|
map.put("remark", remark); |
|
|
|
//租金+物业合同时用到 |
|
|
|
if (null != wholeProperyId) { |
|
|
|
map.put("businessId", String.valueOf(contractId)+":"+String.valueOf(wholeProperyId)); |
|
|
|
map.put("businessId", String.valueOf(contractId)+"$"+String.valueOf(wholeProperyId)); |
|
|
|
map.put("wholeProperyId", String.valueOf(wholeProperyId)); |
|
|
|
}else { |
|
|
|
map.put("businessId", String.valueOf(contractId)); |
|
|
|
@@ -46,7 +46,7 @@ public class WxContractBaseController extends BaseController{ |
|
|
|
contractNumberMap.put("key","contractNumber"); |
|
|
|
//租金+物业合同时用到 |
|
|
|
if (null != wholeProperyId) { |
|
|
|
contractNumberMap.put("value", String.valueOf(contractId)+":"+String.valueOf(wholeProperyId)); |
|
|
|
contractNumberMap.put("value", String.valueOf(contractId)+"$"+String.valueOf(wholeProperyId)); |
|
|
|
}else { |
|
|
|
contractNumberMap.put("value", String.valueOf(contractId)); |
|
|
|
} |
|
|
|
|