记得上下班打卡 | git大法好,push需谨慎

Commit 0ee5d408 authored by 胡佳晨's avatar 胡佳晨

提交 正在 spu 列表

parent d4e237af
......@@ -71,7 +71,7 @@ public class GoblinAppZhengzaiServiceImpl implements IGoblinAppZhengzaiService {
List<GoblinZhengzaiGoodVo> voList = ObjectUtil.getGoblinZhengzaiGoodVoArrayList();
for (String spuId : spuIdList) {
GoblinGoodsInfoVo vo = redisUtils.getGoodsInfoVo(spuId);
if (vo.getStatus().equals("3") && storeId.equals(vo.getStoreId())) {
if (vo.getShelvesStatus().equals("3") && storeId.equals(vo.getStoreId())) {
GoblinZhengzaiGoodVo returnVo = GoblinZhengzaiGoodVo.getNew();
BeanUtils.copyProperties(vo, returnVo);
voList.add(returnVo);
......
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