Commit 47926c20 by zhiheng.zhang

异常添加异常信息描述

parent 9c86d1df
......@@ -126,7 +126,7 @@ public class ThirdDeliveryServiceImpl implements ThirdDeliveryService {
requestDto.setOrderSubState(deliveryStatus);
requestDto.setRemark(request.getRemark());
requestDto.setExceptionDesc(request.getExceptionDesc());
requestDto.setDeliveryId(request.getDeliveryId());
requestDto.setExceptionId(request.getExceptionId());
if (StringUtils.isNotBlank(request.getRemark()))
{
requestDto.setRemark("配送:"+request.getRemark());
......
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