打卡优化
This commit is contained in:
@ -85,4 +85,11 @@ public interface SysWxUserLogMapper
|
||||
*/
|
||||
List<SysWxUserLog> getWxUserLogListByCustomerId(SysWxUserLog sysWxUserLog);
|
||||
|
||||
/**
|
||||
* 根据ID查询打卡详情
|
||||
* @param sysWxUserLog
|
||||
* @return
|
||||
*/
|
||||
WxLogInfo getWxLogInfoDetailById(SysWxUserLog sysWxUserLog);
|
||||
|
||||
}
|
Reference in New Issue
Block a user