Commit 5f46c58d by 杨涛

fix 传参错误

parent 288a1ee4
......@@ -79,8 +79,8 @@ public class WeixinClockMemberDaoImpl extends BaseDaoImpl<WeixinClockMember> imp
@Override
public RankDto getClockWechatUserRank(String wxGroupId, String wxUserId) {
Map<String, Object> map = new HashMap<>();
map.put("wxGroupId", wxGroupId);
map.put("wxUserId", wxUserId);
map.put("wechatGroupId", wxGroupId);
map.put("userWxId", wxUserId);
return super.getSqlSession().selectOne(getStatement("getClockWechatUserRank"), map);
}
}
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