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

Commit e001b3c1 authored by 胡佳晨's avatar 胡佳晨

盲盒下单 判断逻辑完成

parent ecf8e830
......@@ -20,7 +20,8 @@ public class GoblinMixUpdateParam implements Serializable, Cloneable {
private Integer whiteType;
@ApiModelProperty(position = 19, value = "白名单xls地址")
private String whiteUrl;
@ApiModelProperty(position = 20, value = "xls名称")
private String xlsName;
private static final GoblinMixUpdateParam obj = new GoblinMixUpdateParam();
......
......@@ -199,6 +199,7 @@ public class GoblinMixServiceImpl implements IGoblinMixService {
vo.setLimit(param.getLimit());
vo.setWhiteType(param.getWhiteType());
vo.setWhiteUrl(param.getWhiteUrl());
vo.setXlsName(param.getXlsName());
//redis
redisUtils.setMixDetails(param.getMixId(), vo);
if (param.getWhiteType() == 1) {
......
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