Sfoglia il codice sorgente

//tt product

release_toaliyun_real
xhxu 4 anni fa
parent
commit
237dfde30d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/mapper/TtCouponChannelPoiMapper.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/mapper/TtCouponChannelPoiMapper.java Vedi File

@@ -18,5 +18,5 @@ public interface TtCouponChannelPoiMapper extends CommonMapper<TtCouponChannelPo

TtCouponChannelPoi selectById(@Param("tenantId")String tenantId,@Param("id")Long id);

TtCouponChannelPoi selectByChannelId(@Param("tenantId")String tenantId,@Param("channelId")Long channelId);
TtCouponChannelPoi selectByChannelId(@Param("tenantId")String tenantId,@Param("couponChannelId")Long couponChannelId);
}

Caricamento…
Annulla
Salva