zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/impl/StaReserveServiceImpl.java
@@ -28,8 +28,8 @@ @Service("staReserveService") public class StaReserveServiceImpl extends ServiceImpl<StaReserveMapper, StaReserve> implements StaReserveService { public static final Long RESERVE_EXPIRE_TIME = 30 * 60 * 1000L; public static final Long WAITING_EXPIRE_TIME = 5 * 60 * 1000L; public static final Long RESERVE_EXPIRE_TIME = 30 * 60L; public static final Long WAITING_EXPIRE_TIME = 5 * 60L; public static final Integer DEFAULT_QTY = 1;