Commit 6c753f93 authored by shiyu's avatar shiyu

商品设置去除和田玉

parent 45cec4e7
...@@ -38,6 +38,7 @@ public class ItemDaoImpl implements ItemDao { ...@@ -38,6 +38,7 @@ public class ItemDaoImpl implements ItemDao {
} }
criteria.andIsDeletedEqualTo(false); criteria.andIsDeletedEqualTo(false);
criteria.andStateEqualTo(0); criteria.andStateEqualTo(0);
criteria.andKindEqualTo(1);
criteria.andSourceIn(CHINESE_SOURCE_LIST); criteria.andSourceIn(CHINESE_SOURCE_LIST);
return itemMapper.selectOneByExampleWithBLOBs(example); return itemMapper.selectOneByExampleWithBLOBs(example);
} }
......
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