还原打卡记录SQL

This commit is contained in:
xiezhijun
2021-03-22 19:15:12 +08:00
parent 4294ab57c7
commit 23bdf241e4

View File

@ -78,7 +78,7 @@
</otherwise>
</choose>
</where>
order by log_time desc
order by log_time asc
</select>
<select id="selectSysWxUserLogById" parameterType="String" resultMap="SysWxUserLogResult">