BUGFIX:design pin逻辑;
This commit is contained in:
@@ -1208,7 +1208,7 @@ public class PythonService {
|
|||||||
//如果包含Pin只传一个
|
//如果包含Pin只传一个
|
||||||
if (isPin) {
|
if (isPin) {
|
||||||
List<CollectionElement> finalPinData = pinData;
|
List<CollectionElement> finalPinData = pinData;
|
||||||
DesignPythonItem.OUTWEAR_DRESS_BLOUSE.forEach(type -> {
|
for (String type : DesignPythonItem.OUTWEAR_DRESS_BLOUSE) {
|
||||||
// 剩余的的 PinData
|
// 剩余的的 PinData
|
||||||
List<CollectionElement> residueInnerPinData = residuePinData(finalPinData, existPinDataIds, elementVO.getHasUseMd5List());
|
List<CollectionElement> residueInnerPinData = residuePinData(finalPinData, existPinDataIds, elementVO.getHasUseMd5List());
|
||||||
CollectionElement elementNew = residueInnerPinData.stream()
|
CollectionElement elementNew = residueInnerPinData.stream()
|
||||||
@@ -1220,8 +1220,10 @@ public class PythonService {
|
|||||||
// 添加md5
|
// 添加md5
|
||||||
elementVO.getHasUseMd5List().add(elementNew.getMd5());
|
elementVO.getHasUseMd5List().add(elementNew.getMd5());
|
||||||
|
|
||||||
|
// 提前结束循环
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user