BUGFIX:1、积分扣除,金额不对 2、图片分割允许指定上传图片id

This commit is contained in:
2025-06-23 12:02:16 +08:00
parent fc42f361fa
commit 4acdd8adb9
5 changed files with 46 additions and 10 deletions

View File

@@ -139,6 +139,6 @@ public interface CollectionElementService extends IService<CollectionElement> {
List<CollectionElement> getByProjectId(Long projectId);
List<CollectionElementVO> selectedImageSeg(List<MultipartFile> files, Long id, String type);
List<CollectionElementVO> selectedImageSeg(List<MultipartFile> files, Long id, String type, String sourceType);
}