Commit 064ede45 by huluobin

update

parent f2210768
......@@ -1252,8 +1252,8 @@ public class MarketServiceImpl implements MarketService {
if (orderServe != null) {
BigDecimal actualDiscountAmount = orderServe.getPayPrice().min(timesCardUsedRecord.getDiscountAmount());
//更新次卡记录 已使用
timesCardUsedRecord.setStatus(TimesCardUsedRecord.STATUS_USED);
//次卡记录不用更新成已完成
timesCardUsedRecord.setStatus(TimesCardUsedRecord.STATUS_CHOSE);
//次卡对应订单服务的美甲师
timesCardUsedRecord.setTechnicianName(orderServe.getTechnicianName());
//次卡店铺名称
......
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