From b0c5d432ec041221dcbe81ca5ae3aa20fe3bddc6 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 22 Mar 2021 20:17:58 +0800 Subject: [PATCH] Merge branch 'score_shop' of http://120.27.238.55:7000/r/beauty-erp into score_shop --- zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxProductAttributeAction.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxProductAttributeAction.java b/zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxProductAttributeAction.java index 2adf5f8..07dbded 100644 --- a/zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxProductAttributeAction.java +++ b/zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxProductAttributeAction.java @@ -28,9 +28,9 @@ @Autowired private ShopProductAttributeDao shopProductAttributeDao; - @RequestMapping("/getByCode/{shopId}/{attrCode}") + @RequestMapping("/getByCode/{attrCode}") @ResponseBody - public AjaxResult getProductAttributeByCode(@PathVariable("shopId") Long shopId, @PathVariable("attrCode") String attrCode){ + public AjaxResult getProductAttributeByCode(@PathVariable("attrCode") String attrCode){ if(!StringUtils.isNotBlank(attrCode)){ return new AjaxResult(AjaxResult.STATUS_FAIL,"属性编码不能为空"); -- Gitblit v1.9.1