Commit afdbedbd by zhiheng.zhang

配送代码注释打开

parent 9daff0b4
...@@ -84,6 +84,7 @@ public class CheckMallOrder { ...@@ -84,6 +84,7 @@ public class CheckMallOrder {
throw new ServiceException(ResponseResult.NOT_LOGIN); throw new ServiceException(ResponseResult.NOT_LOGIN);
} }
createOrderVo.setUserId(userLoginInfoDto.getMemberId()); createOrderVo.setUserId(userLoginInfoDto.getMemberId());
createOrderVo.setUserName(userLoginInfoDto.getNickName());
return userLoginInfoDto; return userLoginInfoDto;
} }
......
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