|
@@ -82,7 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
left join biz_archive_input input on input.id = orderDetail.contract_id
|
|
|
where orderDetail.work_order_id = #{workOrderId}
|
|
|
and orderDetail.task_type_id = #{typeId}
|
|
|
- order by input.form_date asc
|
|
|
+ order by input.form_date asc,input.create_time
|
|
|
|
|
|
</select>
|
|
|
</mapper>
|