master:调优;

pull/1121/head
liujiang 2025-11-18 11:36:17 +08:00
parent dc5e629d2c
commit 42b40bd334
2 changed files with 0 additions and 13 deletions

View File

@ -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,

View File

@ -71,13 +71,6 @@ public interface IStoreProductService {
*/
List<StoreProdFuzzyResPicDTO> fuzzyQueryResPicList(Long storeId, String prodArtNum);
/**
*
*
* @return
*/
List<String> getStyleList();
/**
* APP
*