无关风月
2024-08-16 85a21fdb54fa06f2fa6e25e763ec5337e85295e7
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/TEvaluationTagClient.java
@@ -33,6 +33,6 @@
    * @param tagIds
    * @return
    */
   @GetMapping("/t-evaluation-tag/getListByIds")
   @PostMapping("/t-evaluation-tag/getListByIds")
   R<List<TEvaluationTag>> getListByIds(List<Integer> tagIds);
}