|
|
@@ -30,7 +30,7 @@ public interface CollectionRepo extends JpaRepository<Collection, Long>, JpaSpec
|
|
|
"c.schedule_sale = ?5, c.sort = ?6, c.detail = ?7, c.privileges = ?8, " +
|
|
|
"c.properties = ?9, c.model3d = ?10, c.max_count = ?11, c.count_id = ?12, c.scan_code = ?13, " +
|
|
|
"c.no_sold_out = ?14, c.assignment = ?15, c.coupon_payment = ?16, c.share_bg = ?17," +
|
|
|
- "c.register_bg = ?18, c.vip_quoto = ?19, c.time_delay = ?20, c.sale_time = ?21 " +
|
|
|
+ "c.register_bg = ?18, c.vip_quota = ?19, c.time_delay = ?20, c.sale_time = ?21 " +
|
|
|
"where c.id = ?1", nativeQuery = true)
|
|
|
@CacheEvict(value = {"collection", "recommend"}, allEntries = true)
|
|
|
void update(@Nonnull Long id, boolean onShelf, boolean salable, LocalDateTime startTime,
|