无关风月
2024-08-19 5a22de857470ed18e993260e2cf3a38a1a43de7e
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/TEvaluationTagClient.java
@@ -8,6 +8,7 @@
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@@ -34,5 +35,5 @@
    * @return
    */
   @PostMapping("/t-evaluation-tag/getListByIds")
   R<List<TEvaluationTag>> getListByIds(List<Integer> tagIds);
   R<List<TEvaluationTag>> getListByIds(@RequestBody List<Integer> tagIds);
}