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

Commit 6a18b22e authored by 胡佳晨's avatar 胡佳晨

店铺折扣券 向下取整。支付宝扫码退款

parent 03f33a35
......@@ -1042,6 +1042,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
}
Integer status = refundCallbackParam.getStatus();
if (1 == status && (backOrderVo.getStatus() == 0 || backOrderVo.getStatus() == 10)) { // 退款成功
log.info("refundCallback,正常退款,编号{}",refundCallbackParam.getOrderRefundCode());
LinkedList<String> sqls = CollectionUtil.linkedListString();
LinkedList<Object[]> sqlsOrder = CollectionUtil.linkedListObjectArr();
LinkedList<Object[]> sqlsOrderSku = CollectionUtil.linkedListObjectArr();
......
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