当前业绩时间倒叙

This commit is contained in:
曹磊 2024-07-05 14:19:04 +08:00
parent cc7a9db31b
commit ccf502ee1e
1 changed files with 1 additions and 0 deletions

View File

@ -1142,6 +1142,7 @@
where a.status in (3,5)
and a.artificer_id = ${userId}
and a.end_times BETWEEN #{startTime} and #{endTime} and a.parent_id = 0
order serve_time by desc
</select>
<select id="getJiazhongList" resultType="com.sqx.modules.artificer.entity.Orders">