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