Commit 6f92e9df by 周晓航

评价有礼开发

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 7cd0a959
......@@ -69,6 +69,9 @@ public class EvaluationServiceImpl implements EvaluationService {
if (CollectionUtils.isNotEmpty(orderEvaluationDetails)) {
return ResponseUtil.success(new OrderEvaluationStatus(EvaluationStatus.REPEAT.getCode()));
}
// fisherman 获取 评价活动数据
// 添加订单评价信息
InsertOrderEvaluationReqDto insertOrderEvaluationReqDto = evaluationAdapter.convent2InsertOrderEvaluationReqDto(request, order);
assortmentEvaluationManager.insertOrderEvaluationDetails(insertOrderEvaluationReqDto);
......
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