Commit 40ea4ce7 authored by shiyu's avatar shiyu

新增商品状态默认为待处理

parent e9967529
...@@ -311,7 +311,7 @@ public class ItemDaoImpl implements ItemDao { ...@@ -311,7 +311,7 @@ public class ItemDaoImpl implements ItemDao {
Date now = new Date(); Date now = new Date();
item.setCreateTime(now); item.setCreateTime(now);
item.setUpdateTime(now); item.setUpdateTime(now);
itemMapper.insertSelective(item); itemMapper.insert(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