微信打卡接口优化

This commit is contained in:
xiezhijun
2021-03-23 11:34:17 +08:00
parent 23bdf241e4
commit 7952bdb03e
6 changed files with 89 additions and 19 deletions

View File

@ -66,4 +66,10 @@ public interface SysWxUserLogMapper
public int checkWxLogInfoCount(String openid);
/**
* 根据openid和手机号查询打卡记录
* @return
*/
public List<WxLogInfo> getWxLogInfoList(SysWxUserLog sysWxUserLog);
}