Commit b139fb32 authored by shiyu's avatar shiyu

bug修复3

parent 13bc26af
...@@ -554,7 +554,6 @@ public class SupplierItemServiceImpl implements SupplierItemService { ...@@ -554,7 +554,6 @@ public class SupplierItemServiceImpl implements SupplierItemService {
if (StringUtils.hasLength(dto.getVideos())) { if (StringUtils.hasLength(dto.getVideos())) {
supplierItem.setVideos(getVideosImage(dto.getVideos())); supplierItem.setVideos(getVideosImage(dto.getVideos()));
} }
supplierItem.setVideos(dto.getVideos());
supplierItem.setSort(1); supplierItem.setSort(1);
supplierItem.setBuyLimitNum(1); supplierItem.setBuyLimitNum(1);
supplierItem.setStock(1); supplierItem.setStock(1);
......
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