|
@@ -66,7 +66,6 @@ public class GoodsTagMgrController extends BaseApiController {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@PostMapping("/items")
|
|
@PostMapping("/items")
|
|
- @PreAuthorize("@ss.hasPermi('business:tag:list')")
|
|
|
|
public AjaxResult items(@RequestBody JSONObject param) {
|
|
public AjaxResult items(@RequestBody JSONObject param) {
|
|
List<GoodsTag> tagList = goodsTagService.list(new LambdaQueryWrapper<GoodsTag>().orderByDesc(GoodsTag::getSort));
|
|
List<GoodsTag> tagList = goodsTagService.list(new LambdaQueryWrapper<GoodsTag>().orderByDesc(GoodsTag::getSort));
|
|
return AjaxResult.success(tagList);
|
|
return AjaxResult.success(tagList);
|