Commit 22fbb449 by 吴博

record 新增技能获取记录fix

parent 22782162
...@@ -32,15 +32,11 @@ public interface TimeControlTaskSubscribeMapper { ...@@ -32,15 +32,11 @@ public interface TimeControlTaskSubscribeMapper {
void completedTaskById(Integer subscribeId); void completedTaskById(Integer subscribeId);
<<<<<<< HEAD
/** /**
* 查询参与人数和完成人数 * 查询参与人数和完成人数
* @param taskId * @param taskId
* @return * @return
*/ */
TaskProgressDTO getSubscribeStatics(@Param("taskId") Integer taskId); TaskProgressDTO getSubscribeStatics(@Param("taskId") Integer taskId);
=======
//查询用户
Integer getTaskRecordCount(String wxUserId);
>>>>>>> 个人中心
} }
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