|
@@ -30,7 +30,7 @@ public interface GoodsDonSkuMapper extends BaseMapper<GoodsDonSku> {
|
|
|
|
|
|
|
|
String selectExchangeTitle(@Param("ids") List<Long> ids);
|
|
String selectExchangeTitle(@Param("ids") List<Long> ids);
|
|
|
|
|
|
|
|
- Long selectGIdsBySkuIds(@Param("ids") List<Long> ids);
|
|
|
|
|
|
|
+ List<Long> selectGIdsBySkuIds(@Param("ids") List<Long> ids);
|
|
|
|
|
|
|
|
String selectExchangeTitleNoPrice(@Param("ids") List<Long> ids);
|
|
String selectExchangeTitleNoPrice(@Param("ids") List<Long> ids);
|
|
|
}
|
|
}
|