|
|
|
@ -4119,7 +4119,7 @@ |
|
|
|
AND order_no = #{orderNo} |
|
|
|
AND state IN ('未开始', '待检验') |
|
|
|
AND seq_no = #{seqNo} |
|
|
|
AND inspection_type_no IN ('首件检', '自检') |
|
|
|
AND inspection_type_no IN ('首件检', '自检', '末件检') |
|
|
|
</select> |
|
|
|
<select id="queryResourceList3" resultType="com.gaotao.modules.pms.data.ResourceData"> |
|
|
|
select DISTINCT ResourceId,ResourceDesc from WorkCenterResource |
|
|
|
|