@@ -125,6 +125,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
"label_id", "rack_id", "model_id", "u_bit_num","current_state","alarm_level").orderByDesc("id"));
PageInfo<GoodsNo> info = new PageInfo<>(equipmentList);
msg.data = info;
+ return msg;
}else{
list = goodsMapper.getListBycondition(keyName, tagId, uid);
}