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

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

修改

parent af59e12d
...@@ -47,6 +47,10 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable { ...@@ -47,6 +47,10 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
private Integer payType; private Integer payType;
@ApiModelProperty(position = 25, value = "店铺名称]") @ApiModelProperty(position = 25, value = "店铺名称]")
private String storeName; private String storeName;
@ApiModelProperty(position = 23, value = "销售价格")
private BigDecimal sellPrice;
@ApiModelProperty(position = 23, value = "原价")
private BigDecimal price;
private static final GoblinMixAppDetailsVo obj = new GoblinMixAppDetailsVo(); private static final GoblinMixAppDetailsVo obj = new GoblinMixAppDetailsVo();
...@@ -76,6 +80,8 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable { ...@@ -76,6 +80,8 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
this.setItem(source.getItem()); this.setItem(source.getItem());
this.setPayType(source.getPayType()); this.setPayType(source.getPayType());
this.setStoreName(storeName); this.setStoreName(storeName);
this.setPrice(source.getPrice());
this.setSellPrice(source.getSellPrice());
return this; return this;
} }
} }
...@@ -435,7 +435,7 @@ public class MixOrderServiceImpl implements IMixOrderService { ...@@ -435,7 +435,7 @@ public class MixOrderServiceImpl implements IMixOrderService {
NftPayResultVo.setOrderMasterCode(masterCode); NftPayResultVo.setOrderMasterCode(masterCode);
// 待支付发送队列 // 待支付发送队列
queueUtils.sendMsgByRedisGoblinStock(masterCode, now, "MIX", 3); queueUtils.sendMsgByRedisGoblinStock(masterCode, now, "MIX", 5);
LinkedList<String> sqls = CollectionUtil.linkedListString(); LinkedList<String> sqls = CollectionUtil.linkedListString();
sqls.add(SqlMapping.get("goblin_nft_order.insert")); sqls.add(SqlMapping.get("goblin_nft_order.insert"));
......
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