chendayu 2 anni fa
parent
commit
4e2687849d

+ 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()