微信打卡接口优化
This commit is contained in:
@ -66,4 +66,10 @@ public interface SysWxUserLogMapper
|
||||
|
||||
public int checkWxLogInfoCount(String openid);
|
||||
|
||||
/**
|
||||
* 根据openid和手机号查询打卡记录
|
||||
* @return
|
||||
*/
|
||||
public List<WxLogInfo> getWxLogInfoList(SysWxUserLog sysWxUserLog);
|
||||
|
||||
}
|
Reference in New Issue
Block a user