this is 3.24 update

This commit is contained in:
chen-xin-zhi 2025-03-29 00:53:37 +08:00
parent 9bcddcf515
commit e009b105f8
3 changed files with 10 additions and 8 deletions

View File

@ -4,9 +4,9 @@ import java.util.List;
public interface MqConstant {
// List<Long> DELAY_MILLIS = List.of(10000L, 10000L, 10000L, 15000L, 15000L, 30000L, 30000L, 60000L, 60000L, 120000L, 300000L, 600000L, 600000L));
List<Long> DELAY_MILLIS = List.of(10000L, 10000L, 10000L, 15000L, 15000L, 30000L, 30000L, 60000L, 60000L, 120000L, 120000L, 120000L, 300000L);
List<Long> DELAY_MILLIS = List.of(10000L, 10000L, 10000L, 15000L, 15000L);
// List<Long> DELAY_MILLIS = List.of(10000L, 10000L, 10000L, 15000L, 15000L);
String DELAY_EXCHANGE = "delay.topic";

View File

@ -242,6 +242,8 @@ public class GoodServiceImpl extends ServiceImpl<GoodMapper, Good> implements Go
BookingOrderQueryRequest bookingOrderQueryRequest = new BookingOrderQueryRequest(goodId, reservationDate, timeSlot);
PendingServiceGood pendingServiceGood = pendingServiceGoodMap.get(bookingOrderQueryRequest.toString());
if (pendingServiceGood == null) return false;
Integer isAvailable = pendingServiceGood.getIsAvailable();
if (isAvailable == 0) return false;

View File

@ -75,12 +75,12 @@ springdoc:
server:
# port: 9092
port: 8888
ssl:
key-store: classpath:carboner.cn.jks
key-store-password: 6gsn1hke4m4f7
key-store-type: JKS
port: 9092
# port: 8888
# ssl:
# key-store: classpath:carboner.cn.jks
# key-store-password: 6gsn1hke4m4f7
# key-store-type: JKS
servlet:
context-path: /api