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

Commit f3094aac authored by 姜秀龙's avatar 姜秀龙

商品退款 全额退但不包含快递费

parent 5d7b999f
......@@ -314,6 +314,10 @@ public class GoblinOrderAppServiceImpl implements IGoblinOrderAppService {
} else {
return ResponseDto.failure("不可申请");
}
// jxl 临时处理
backOrder.setRealBackPrice(orderVo.getPriceActual().subtract(orderVo.getPriceExpress()));
backOrder.setBackPriceExpress(BigDecimal.ZERO);
GoblinBackOrderVo vo = GoblinBackOrderVo.getNew();
BeanUtils.copyProperties(backOrder, vo);
vo.setCreatedAt(nowStr);
......
......@@ -40,27 +40,16 @@ public class SweetMathUtil {
public static void main(String[] args) {
// 演出
getIndex("kylin:order:refund:orderId:3723449311084462082823529");
// getIndex("kylin:order:refund:orderId:3723449311084462082823529");
// getIndex("kylin:performances:id:3702399965296353283844790");
// getIndex("adam:info:enters:2028906701014466564961253");
// getIndex("adam:info:certification:1450202200409261446");
// getIndex("kylin:performances:roadShowId:5936345");
// getIndex("kylin:performances:roadShowId:570");
// getIndex("goblin:order:3480736209173708801750595");
// 某用户券列表
getIndex("candy:basic:user_coupon:3484361099767398407893130");
getIndex("candy:basic:user_coupon:953698");
/*getIndex("kylin:performances_inventory:ticket:id:3551230174352138247077490:surplusGeneral");288
......
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