当前业绩时间倒叙
This commit is contained in:
parent
cc7a9db31b
commit
ccf502ee1e
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue