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

Commit a326f110 authored by zhangguobing's avatar zhangguobing

~api:券商品业务-下单日志记录;

parent 411eddf1
......@@ -217,6 +217,7 @@ public class GoblinGoodsSkuInfoVo implements Serializable, Cloneable {
public String getCouponSnapshot() {
String str = "skuId=%s,price=%s,valFace=%s,buyLimit=%d,useScope=%s,effectAt=%s,expireAt=%s,isTrueName=%s;";
return String.format(str, this.getSkuId(), this.getPrice().toPlainString());
return String.format(str, this.getSkuId(), this.getPrice(), this.getValFace(),
this.getBuyLimit(), this.getUseScope(), this.getEffectAt(), this.getExpireAt(), this.getIsTrueName());
}
}
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