Commit 81416f0e authored by shiyu's avatar shiyu

转众筹

parent 0bb18a09
......@@ -50,9 +50,9 @@ public class SysGroupPurchaseServiceImpl implements SysGroupPurchaseService {
for (String id : idList) {
long itemId = Long.valueOf(id);
SupplierItem oldItem = supplierItemDao.findById(itemId);
if (supplierItemDao.isSupplierIdExisted(itemId)) {
/*if (supplierItemDao.isSupplierIdExisted(itemId)) {
continue;
}
}*/
//复制一份藏家藏品的数据,设置为团购品
SupplierItem supplierItem = new SupplierItem();
EntityMapper.copyAttribute(oldItem, supplierItem);
......
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