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

Commit a3732707 authored by wangyifan's avatar wangyifan

拒绝退款时 添加审核时间

parent 7ed61cae
......@@ -251,6 +251,7 @@ public class GoblinStoreBackOrderServiceImpl implements IGoblinStoreBackOrderSer
LinkedList<Object[]> orderSkuStatusSql = restoreOrderSkuStatusOnRefundRefused(backOrderVo, orderVo, now);
backOrderVo.setStatus(GoblinStatusConst.Status.ORDER_BACK_STATUS_3.getValue());
backOrderVo.setRefuseAt(nowStr);
backOrderVo.setAuditAt(nowStr);
backOrderVo.setRefuseSize(backOrderVo.getRefuseSize() == null ? 1 : backOrderVo.getRefuseSize() + 1);
//添加日志
GoblinBackOrderLog backOrderLog = initBackLog(backOrderId, uid, now);
......
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