Commit ff7e64f1 by 杨涛

fix bug

parent faf3d905
......@@ -46,6 +46,6 @@ public class WeixinClockPrizeRecordDaoImpl extends BaseDaoImpl<WeixinClockPrizeR
public List<WeixinClockPrizeRecord> getAllPrizeList(String wxUserId) {
Map<String,Object> paramMap = new HashMap<>();
paramMap.put("wxUserId",wxUserId);
return super.sqlSessionTemplate.selectOne(getStatement("getAllPrizeList"),paramMap);
return super.sqlSessionTemplate.selectList(getStatement("getAllPrizeList"),paramMap);
}
}
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