Commit b7ab735f authored by shiyu's avatar shiyu

新增专场商品id3

parent b509d7d1
...@@ -27,6 +27,7 @@ public class SpecialPerformanceDaoImpl implements SpecialPerformanceDao { ...@@ -27,6 +27,7 @@ public class SpecialPerformanceDaoImpl implements SpecialPerformanceDao {
SpecialPerformanceExample example = new SpecialPerformanceExample(); SpecialPerformanceExample example = new SpecialPerformanceExample();
SpecialPerformanceExample.Criteria criteria = example.createCriteria(); SpecialPerformanceExample.Criteria criteria = example.createCriteria();
criteria.andTypeEqualTo(type); criteria.andTypeEqualTo(type);
criteria.andStateEqualTo(2);
return specialPerformanceMapper.selectOneByExample(example); return specialPerformanceMapper.selectOneByExample(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