|
@@ -82,7 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
order by t1.is_inspection_carrier_changed, ( case when t1.status = 0 then 3 else t1.status end) desc, t1.create_time asc
|
|
|
</select>
|
|
|
<select id="getInfoByIds" resultMap="BizProcessInspecionResult">
|
|
|
- select t1.*,t3.id as process_id,t3.process_alias,t4.technology_version,t5.drawing_number from biz_process_inspecion t1
|
|
|
+ select t1.*,t3.id as process_id,t3.process_code as processCodeLabel,t3.process_alias,t4.technology_version,t5.drawing_number from biz_process_inspecion t1
|
|
|
left join biz_daywork_item t2 on t1.daywork_item_id = t2.id
|
|
|
left join biz_process t3 on t2.process_id = t3.id
|
|
|
left join biz_lot t4 on t1.lot_id = t4.id
|