fix: 修复保存草稿商品规格顺序问题
This commit is contained in:
parent
e2bf90e340
commit
2f13bce20d
@ -128,7 +128,7 @@ public class DraftGoodsServiceImpl extends ServiceImpl<DraftGoodsMapper, DraftGo
|
||||
}
|
||||
|
||||
private GoodsSku add(Map<String, Object> map) {
|
||||
Map<String, Object> specMap = new HashMap<>(2);
|
||||
Map<String, Object> specMap = new LinkedHashMap<>();
|
||||
GoodsSku sku = new GoodsSku();
|
||||
for (Map.Entry<String, Object> m : map.entrySet()) {
|
||||
switch (m.getKey()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user