| | |
| | | * @param count |
| | | * @return |
| | | */ |
| | | public List<GoodsEvaluate> queryValidEvaluateCache(int start, int count); |
| | | public List<GoodsEvaluate> queryValidEvaluateCache(int start, int count,SystemEnum system); |
| | | |
| | | public long countValid(); |
| | | public long countValid(SystemEnum system); |
| | | |
| | | /** |
| | | * 查询 |
| | |
| | | * @param state |
| | | * @return |
| | | */ |
| | | public List<GoodsEvaluate> query(int start, int count, String key, Integer state, int dynamicType, String typeEnum); |
| | | public List<GoodsEvaluate> query(int start, int count, String key, Integer state, int dynamicType, String typeEnum,SystemEnum system); |
| | | |
| | | public long count(String key, Integer state,int dynamicType, String typeEnum); |
| | | public long count(String key, Integer state,int dynamicType, String typeEnum,SystemEnum system); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param count |
| | | * @return |
| | | */ |
| | | public List<GoodsEvaluate> queryMaterialsCache(int start, int count,int type) throws Exception; |
| | | public List<GoodsEvaluate> queryMaterialsCache(int start, int count,int type,SystemEnum system) throws Exception; |
| | | |
| | | public long countValidMaterials(int type); |
| | | public long countValidMaterials(int type,SystemEnum system); |
| | | |
| | | |
| | | |
| | |
| | | public void updateSuningGoods(SuningGoodsInfo goods); |
| | | |
| | | |
| | | public void addRanDomShareCount(); |
| | | public void addRanDomShareCount(SystemEnum system); |
| | | |
| | | /** |
| | | * 添加发圈内容 |
| | |
| | | * @param goodsType |
| | | * @return |
| | | */ |
| | | public GoodsEvaluate queryExistSingle(String goodsId, int goodsType); |
| | | public GoodsEvaluate queryExistSingle(String goodsId, int goodsType,SystemEnum system); |
| | | |
| | | /** |
| | | * 查询倒序 |