master:调优;
parent
dc5e629d2c
commit
42b40bd334
|
|
@ -34,12 +34,6 @@ public class StoreProductController extends XktBaseController {
|
|||
|
||||
final IStoreProductService storeProdService;
|
||||
|
||||
@ApiOperation(value = "查询档口商品所有的风格", httpMethod = "GET", response = R.class)
|
||||
@GetMapping(value = "/styles")
|
||||
public R<List<String>> getStyleList() {
|
||||
return R.ok(storeProdService.getStyleList());
|
||||
}
|
||||
|
||||
@ApiOperation(value = "模糊查询档口商品", httpMethod = "GET", response = R.class)
|
||||
@GetMapping(value = "/fuzzy/color")
|
||||
public R<List<StoreProdFuzzyColorResVO>> fuzzyQueryColorList(@RequestParam(value = "prodArtNum", required = false) String prodArtNum,
|
||||
|
|
|
|||
|
|
@ -71,13 +71,6 @@ public interface IStoreProductService {
|
|||
*/
|
||||
List<StoreProdFuzzyResPicDTO> fuzzyQueryResPicList(Long storeId, String prodArtNum);
|
||||
|
||||
/**
|
||||
* 获取商品所有的风格
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
List<String> getStyleList();
|
||||
|
||||
/**
|
||||
* APP获取档口商品详情
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue