Sfoglia il codice sorgente

[招商]adjust

release_toaliyun_real
Burce 6 anni fa
parent
commit
90bdb79702
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/utils/EventUtil.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/utils/EventUtil.java Vedi File

@@ -14,7 +14,7 @@ public class EventUtil {
public static void publistRentEvent(WxRentContractService rentContractService, WxRentContract rentContract) { public static void publistRentEvent(WxRentContractService rentContractService, WxRentContract rentContract) {
try { try {
RentEventInfo rentEventInfo = RentEventInfo 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); InvestEvent event = new InvestEvent(rentEventInfo);
SpringContextUtils.pulish(event); SpringContextUtils.pulish(event);
} catch (Exception e) { } catch (Exception e) {


Caricamento…
Annulla
Salva