Commit 61b9d1a3 by 周晓航

评价有礼开发

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 16c54846
...@@ -63,6 +63,4 @@ public class AddUserOrderEvaluationNewRequestVo { ...@@ -63,6 +63,4 @@ public class AddUserOrderEvaluationNewRequestVo {
private String sessionId; private String sessionId;
//门店编号
private String storeId;
} }
...@@ -127,7 +127,7 @@ public class EvaluationServiceImpl implements EvaluationService { ...@@ -127,7 +127,7 @@ public class EvaluationServiceImpl implements EvaluationService {
CheckAndJoinRequest requestCommon = new CheckAndJoinRequest(); CheckAndJoinRequest requestCommon = new CheckAndJoinRequest();
requestCommon.setOid(request.getOrderId()); requestCommon.setOid(request.getOrderId());
requestCommon.setSessionId(request.getSessionId()); requestCommon.setSessionId(request.getSessionId());
requestCommon.setStoreId(request.getStoreId()); requestCommon.setStoreId(data.getShopId());
requestCommon.setOrderCreateTime(DateUtil.convert2Str(new Date(data.getGmtCreate()), DateUtil.FORMAT_YYYY_MM_DD_HHMMSS)); requestCommon.setOrderCreateTime(DateUtil.convert2Str(new Date(data.getGmtCreate()), DateUtil.FORMAT_YYYY_MM_DD_HHMMSS));
requestCommon.setActivityId(activityId); requestCommon.setActivityId(activityId);
return requestCommon; return requestCommon;
......
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