chendayu 2 년 전
부모
커밋
4e2687849d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      RMS/src/main/java/cn/cslg/report/service/OutInterfaceService.java

+ 0 - 1
RMS/src/main/java/cn/cslg/report/service/OutInterfaceService.java

@@ -225,7 +225,6 @@ public class OutInterfaceService {
      * @description 接口来源:PCS
      */
     public String getPersonnelByIdsFromPCS(List<Integer> ids) throws IOException {
-
         String param = new Gson().toJson(ids);
         RequestBody requestBody = RequestBody.create(MediaType.parse("application/json"), param);
         OkHttpClient okHttpClient = new OkHttpClient.Builder()