|
|
|
@@ -14,7 +14,7 @@ public class EventUtil { |
|
|
|
public static void publistRentEvent(WxRentContractService rentContractService, WxRentContract rentContract) { |
|
|
|
try { |
|
|
|
RentEventInfo rentEventInfo = RentEventInfo |
|
|
|
.of(rentContract.getId(), rentContractService.getShopIds(rentContract), EnumRentContractStatus.getEnum(rentContract.getStatus()),null); |
|
|
|
.of(rentContract.getId(), rentContractService.getShopIds(rentContract), EnumRentContractStatus.getEnum(rentContract.getStatus()),rentContract.getContractType()); |
|
|
|
InvestEvent event = new InvestEvent(rentEventInfo); |
|
|
|
SpringContextUtils.pulish(event); |
|
|
|
} catch (Exception e) { |
|
|
|
|