|
|
@@ -26,7 +26,7 @@ public interface IssueProductPromotionRepo extends AbstractJpaRepo<IssueProductP |
|
|
|
List<String> findReleaseIds(String agencyId, LocalDateTime time, OrderType type); |
|
|
|
|
|
|
|
//查询启用状态的产品编号(不分渠道) |
|
|
|
@Query("select releaseId from IssueProductPromotion where status = 'ENABLE' and dateOfListing <= ?2 and dateOfDelist >= ?2 and orderType = ?3") |
|
|
|
@Query("select releaseId from IssueProductPromotion where status = 'ENABLE' and dateOfListing <= ?1 and dateOfDelist >= ?1 and orderType = ?2") |
|
|
|
List<String> findReleaseIds(LocalDateTime time, OrderType type); |
|
|
|
|
|
|
|
} |