Commit f77290cb authored by shiyu's avatar shiyu

藏品转拍卖库存设置为1

parent 29e1eeb5
......@@ -498,6 +498,7 @@ public class SysSupplierItemServiceImpl implements SysSupplierItemService {
//该字段设置为原来藏品的id,用来溯源该拍品是由哪个藏品转换而来
supplierItem.setSupplierId(itemId);
supplierItem.setId(null);
supplierItem.setStock(1);
supplierItem.setIsOnSale(true);
supplierItem.setIsDeleted(false);
supplierItem.setCreateTime(now);
......
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