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

Commit f5d27304 authored by 胡佳晨's avatar 胡佳晨

添加 ar相关本地数据下载

parent 6bdd6a9b
...@@ -1120,7 +1120,7 @@ public class GoblinMongoUtils { ...@@ -1120,7 +1120,7 @@ public class GoblinMongoUtils {
//根据艺人标签和演出查询商品 //根据艺人标签和演出查询商品
public List<GoblinGoodsInfoVo> getMusicTagPGoods(String musicTag, String performanceId) { public List<GoblinGoodsInfoVo> getMusicTagPGoods(String musicTag, String performanceId) {
Query query = Query.query(Criteria.where("extagVoList.tagName").is(musicTag) Query query = Query.query(Criteria.where("extagVoList.tagName").is(musicTag)
.and("delFlg").is("0").and("shelvesStatus").is(3)); .and("delFlg").is("0").and("shelvesStatus").is("3"));
return mongoTemplate.find(query, return mongoTemplate.find(query,
GoblinGoodsInfoVo.class, GoblinGoodsInfoVo.class,
GoblinGoodsInfoVo.class.getSimpleName() GoblinGoodsInfoVo.class.getSimpleName()
......
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