积分商品店铺名称问题处理
This commit is contained in:
parent
e4aa6abefa
commit
b855cfb5f8
@ -39,7 +39,7 @@ public class PointsGoodsManagerController {
|
|||||||
AuthUser currentUser = UserContext.getCurrentUser();
|
AuthUser currentUser = UserContext.getCurrentUser();
|
||||||
List<PointsGoodsVO> collect = new ArrayList<>();
|
List<PointsGoodsVO> collect = new ArrayList<>();
|
||||||
for (PointsGoodsVO i : pointsGoodsList) {
|
for (PointsGoodsVO i : pointsGoodsList) {
|
||||||
i.setStoreName("platform");
|
i.setStoreName(i.getGoodsSku().getStoreName());
|
||||||
i.setStoreId(currentUser.getId());
|
i.setStoreId(currentUser.getId());
|
||||||
collect.add(i);
|
collect.add(i);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user