Commit 55326942 authored by shiyu's avatar shiyu

用户更新藏品,预估价设置null4

parent 17fdf7b0
......@@ -820,6 +820,8 @@ public class SupplierItemServiceImpl implements SupplierItemService {
supplierItem.setRebate(oldItem.getRebate());
supplierItem.setSupplierId(oldItem.getSupplierId());
supplierItem.setIsDeleted(oldItem.getIsDeleted());
supplierItem.setStatus(oldItem.getStatus());
supplierItem.setBuyLimitNum(oldItem.getBuyLimitNum());
if (StringUtils.hasLength(dto.getVideos())) {
supplierItem.setVideos(getVideosImage(dto.getVideos()));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment