记得上下班打卡 | git大法好,push需谨慎

Commit 852b39cb authored by sunyuntian's avatar sunyuntian

Merge remote-tracking branch 'origin/dev-smile' into dev-smile

parents 521db60a 9d79b920
...@@ -112,10 +112,10 @@ public class KylinOrderTicketVo implements Serializable, Cloneable { ...@@ -112,10 +112,10 @@ public class KylinOrderTicketVo implements Serializable, Cloneable {
@ApiModelProperty(position = 15, value = "代理id") @ApiModelProperty(position = 15, value = "代理id")
private String agentId; private String agentId;
@ApiModelProperty(position = 15, value = "代理状态[1-开启|2-关闭]") // @ApiModelProperty(position = 15, value = "代理状态[1-开启|2-关闭]")
private int agentStatus; // private int agentStatus;
@ApiModelProperty(position = 15, value = "票提") // @ApiModelProperty(position = 15, value = "票提")
private BigDecimal agentDistributions; // private BigDecimal agentDistributions;
@ApiModelProperty(position = 15, value = "是否会员") @ApiModelProperty(position = 15, value = "是否会员")
private Integer isMember; private Integer isMember;
......
---- 上线需要注意事项 ----
---- 1.redis用sweet
---- 2.消费用sweet消费
---- 3.config、order、smile、consumer-sweet、需要上线
---- 4.order需要上线 修改了数据库 未修改vo
---- 添加代理字段 ---- ---- 添加代理字段 ----
alter table kylin_order_ticket_relations alter table kylin_order_ticket_relations
add agent_status int default 1 comment '代理状态[1-开启|2-关闭]'; add agent_status int default 1 comment '代理状态[1-开启|2-关闭]';
......
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