Parcourir la source

//tt product

release_toaliyun_real
xhxu il y a 4 ans
Parent
révision
237dfde30d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/mapper/TtCouponChannelPoiMapper.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/mapper/TtCouponChannelPoiMapper.java Voir le fichier

@@ -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);
}

Chargement…
Annuler
Enregistrer