Commit ebd5bedb authored by shiyu's avatar shiyu

编辑商品删除图片

parent cfa1aafb
......@@ -118,7 +118,6 @@ public class ItemService {
public int updateById(Item item) {
item.setUpdateTime(new Date());
item.setIsDeleted(false);
return itemMapper.updateByPrimaryKeyWithBLOBs(item);
}
......
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