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

Commit 69946885 authored by 胡佳晨's avatar 胡佳晨

修改bug

parent a2a16461
......@@ -168,7 +168,7 @@ public class GoblinStoreBackOrderServiceImpl implements IGoblinStoreBackOrderSer
String message = (String) hashMapResult.get("message");
if (!success) {
backOrderVo.setStatus(GoblinStatusConst.Status.ORDER_BACK_STATUS_10.getValue());
backOrderVo.setReason(backOrderVo.getReason() + ",失败原因:" + message);
backOrderVo.setErrorReason("失败原因:" + message);
log.error("REFUND DATA = " + returnString);
}
//redis
......
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