src/main/java/com/dji/sample/patches/service/GetPatchesService.java
@@ -15,7 +15,7 @@ */ PaginationData<LotInfo> limitGet(PatchesParam param); int delPatches(String workspaceId); List<LotInfo> getLotInfosByIds(List<Integer> ids); void patchesPushed(String taskId, String dkbh, String workspaceId); int deleteOne(int id); /**