Explorar el Código

//tt product

release_toaliyun_real
xhxu hace 4 años
padre
commit
237dfde30d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/mapper/TtCouponChannelPoiMapper.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/mapper/TtCouponChannelPoiMapper.java Ver fichero

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

Cargando…
Cancelar
Guardar