src/main/java/com/dji/sample/patches/service/GetPatchesService.java
@@ -15,7 +15,8 @@ */ 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); /** * 根据条件获取照片的分页数据 @@ -43,7 +44,7 @@ */ LotInfo getLotinfo(String dkbh,String workspaceId); List<LotInfo>listLotinfo(); List<LotInfo>listLotinfo(String workspaceID); void insertLotinfo(List<LotInfo> list);