Commit 080f4d73 authored by hezhen's avatar hezhen

123

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