BUGFIX:1. to product 不添加衣服类别提示词
2. 新增添加了单个印花的未分割图层返回 3. design中使用的元素,sketch没有被正确的添加年龄段,导致用户无法查询到
This commit is contained in:
@@ -65,7 +65,7 @@ public interface CollectionElementService extends IService<CollectionElement> {
|
||||
*/
|
||||
Boolean saveLibraryByCollectionElement(List<CollectionElement> elements, String timeZone);
|
||||
|
||||
Boolean saveLibraryByCollectionElement(List<CollectionElement> elements, String timeZone, String modelSex);
|
||||
Boolean saveLibraryByCollectionElement(List<CollectionElement> elements, String timeZone, String modelSex, String ageGroup);
|
||||
|
||||
/**
|
||||
* 校验element
|
||||
|
||||
Reference in New Issue
Block a user