Commit 080f4d73 authored by hezhen's avatar hezhen

123

parent 8f91ceb8
......@@ -8,6 +8,8 @@
SELECT
DISTINCT
i.id,
i.account_id as accountId,
i.account_name as accountName,
i.company_id as companyId,
c.`name` as companyName,
i.mode_id as modeId,
......@@ -72,6 +74,6 @@
</trim>
)
</where>
order by i.actual_start_date
order by r.actual_start_date
</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