提交修改
This commit is contained in:
parent
eee779c158
commit
64009783b1
@ -275,6 +275,7 @@ public class AdminProductController {
|
|||||||
if (NumberUtil.equals(vvSkuDTO.getIsFront(), 1)) {
|
if (NumberUtil.equals(vvSkuDTO.getIsFront(), 1)) {
|
||||||
productSkuId = vvSkuDTO.getId();
|
productSkuId = vvSkuDTO.getId();
|
||||||
}
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* 更新
|
* 更新
|
||||||
*/
|
*/
|
||||||
@ -337,7 +338,6 @@ public class AdminProductController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (VvProductPropertyValueEntity vvProductPropertyValueEntity : vvProductPropertyValueEntities) {
|
for (VvProductPropertyValueEntity vvProductPropertyValueEntity : vvProductPropertyValueEntities) {
|
||||||
vvProductPropertyValueEntity.setProductId(productId);
|
vvProductPropertyValueEntity.setProductId(productId);
|
||||||
vvProductPropertyValueEntity.setProductPropertyId(vvProductPropertyDTO.getId());
|
vvProductPropertyValueEntity.setProductPropertyId(vvProductPropertyDTO.getId());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user