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

Commit 969e134c authored by 胡佳晨's avatar 胡佳晨

增加折扣券

parent 4d89d52f
......@@ -76,6 +76,7 @@ public class CouponBaseUtil {
vo.setTitle(dtoItem.getTitle());
vo.setExpireAt(DateUtil.format(dtoItem.getDuedAt(), DateUtil.Formatter.yyyy_MM_dd));
vo.setValFace(dtoItem.getValFace());
vo.setDiscount(dtoItem.getDiscount());
vo.setValOver(dtoItem.getValOver());
vo.setValMinus(dtoItem.getValMinus());
vo.setBindType(dtoItem.getBindType());
......@@ -155,6 +156,7 @@ public class CouponBaseUtil {
vo.setExpireAt(DateUtil.format(dtoItem.getDuedAt(), DateUtil.Formatter.yyyy_MM_dd));
vo.setValFace(dtoItem.getValFace());
vo.setValOver(dtoItem.getValOver());
vo.setDiscount(dtoItem.getDiscount());
vo.setValMinus(dtoItem.getValMinus());
vo.setBindType(dtoItem.getBindType());
vo.setLabel(dtoItem.getLabel());
......
......@@ -455,7 +455,7 @@ public class DragonOrderRefundsServiceImpl implements IDragonOrderRefundsService
return "success";
} catch (Exception e) {
log.error("EXCEPTION",e);
log.error("EXCEPTION", e);
return "fail";
}
} else {
......
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