Commit ede8e269 authored by liming's avatar liming

个人信息增加心率

parent bab99c9b
......@@ -56,6 +56,7 @@
from simple_match_player_regist_log t1
join simple_match t2 on t1.match_id = t2.id
where t1.player_id = #{playerId} and t2.start_time >= #{today} and t2.start_time >= #{beginDate} and t2.start_time < #{endDate}
and t2.status = 20 and t2.deleted = 0
order by t2.start_time asc
</select>
</mapper>
\ No newline at end of file
......@@ -63,6 +63,7 @@
from team_training_player_regist_log t1
join team_training t2 on t1.team_training_id = t2.id
where t1.player_id = #{playerId} and t2.start_time &gt;= #{today} and t2.start_time &gt;= #{beginDate} and t2.start_time &lt; #{endDate}
and t2.status = 20 and t2.deleted = 0
order by t2.start_time asc
</select>
</mapper>
\ No newline at end of file
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