Commit 65b3c2dc authored by shiyu's avatar shiyu

编辑商品

parent 0ca10480
...@@ -109,7 +109,7 @@ public class SupplierItemDaoImpl implements SupplierItemDao { ...@@ -109,7 +109,7 @@ public class SupplierItemDaoImpl implements SupplierItemDao {
@Override @Override
public int updateNullValue(SupplierItem supplierItem) { public int updateNullValue(SupplierItem supplierItem) {
supplierItem.setUpdateTime(new Date()); supplierItem.setUpdateTime(new Date());
return supplierItemMapper.updateByPrimaryKey(supplierItem); return supplierItemMapper.updateByPrimaryKeyWithBLOBs(supplierItem);
} }
@Override @Override
......
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