|
@@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="technologyVersion != null and technologyVersion != ''"> AND t1.technology_version = #{technologyVersion}</if>
|
|
|
<if test="processAlias != null and processAlias != ''"> AND t1.process_alias = #{processAlias}</if>
|
|
|
</trim>
|
|
|
- order by t1.create_time desc ,t1.process_step_number
|
|
|
+ order by t1.form_code desc ,t1.process_step_number
|
|
|
</select>
|
|
|
<select id="getDetailList" resultMap="BizOutsourcedOrderDetailProcessResult">
|
|
|
select t1.*,t2.original_carrier,t2.new_carrier,t1.qualified_num as receipt_num,t2.original_carrier_count,t2.new_carrier_count from biz_outsourced_order_detail_process t1
|