Kaynağa Gözat

core

master
chenchaod 1 gün önce
ebeveyn
işleme
08a3e7b921

+ 1
- 1
gly-base-core/src/main/java/cn/com/taiji/core/repo/jpa/issue/IssueProductPromotionRepo.java Dosyayı Görüntüle

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

}

Loading…
İptal
Kaydet