Commit 7f9e80af by 吕明尚

更改延迟时间

parent 9d50bd7d
......@@ -13,7 +13,7 @@ public class Constants
//保洁锁定订单房间状态延迟时间
public final static Integer ROOM_LOCK_DELAY_MINUTE = 30;
public final static Integer ROMM_LOCK_LAZY_MINUTE = 5;
public final static Integer ROMM_LOCK_LAZY_MINUTE = 0;
public static final String CONFIG_KEY_SITE_URL = "https://www.coujio.com"; //域名
public static final String CONFIG_KEY_API_URL = "https://www.coujio.com"; //admin接口地址
......
......@@ -58,7 +58,7 @@ public class SRoomVo extends BaseEntity
/** 房间状态(空闲、保洁中、使用中、维护中) */
@ApiModelProperty(value = "房间状态(空闲、保洁中、使用中、维护中)")
private String status;
private Integer status;
/** 房间单价(默认单位:元/小时) */
@ApiModelProperty(value = "房间单价(默认单位:元/小时)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment