fix[litemall-wx-api]: 订单商品评价设置不正确

This commit is contained in:
Junling Bu
2018-11-11 14:20:34 +08:00
parent a749e9c953
commit 2d007e822b

View File

@@ -942,8 +942,9 @@ public class WxOrderController {
// 1. 创建评价
LitemallComment comment = new LitemallComment();
comment.setUserId(userId);
comment.setType((byte)0);
comment.setValueId(orderGoods.getGoodsId());
comment.setType((byte)1);
comment.setStar(star.shortValue());
comment.setContent(content);
comment.setHasPicture(hasPicture);
comment.setPicUrls(picUrls.toArray(new String[]{}));