BUGFIX:1、积分扣除,金额不对 2、图片分割允许指定上传图片id
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user