客户档案加上打卡记录以及体重趋势图
This commit is contained in:
@ -78,4 +78,11 @@ public interface SysWxUserLogMapper
|
||||
*/
|
||||
SysWxUserLog selectSysWxUserLogByDateAndOpenId(SysWxUserLog sysWxUserLog);
|
||||
|
||||
/**
|
||||
* 根据客户ID查询对应打卡体重数据
|
||||
* @param sysWxUserLog
|
||||
* @return
|
||||
*/
|
||||
List<SysWxUserLog> getWxUserLogListByCustomerId(SysWxUserLog sysWxUserLog);
|
||||
|
||||
}
|
Reference in New Issue
Block a user