|
|
|
|
@ -228,9 +228,14 @@ |
|
|
|
|
select * from MES_WORK_ORDER a inner join MES_YIELD_ORDER b on a.yo_id = b.id and a.yo_id = #{yoId} |
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
<!-- <select id="getByRfpsIdMesNew" resultType="org.springblade.desk.produce.pojo.entity.MesRbFilePreserveDetailEntity">--> |
|
|
|
|
<!-- select * from MES_RB_FILE_PRESERVE_DETAIL a inner join MES_RB_FILE_PRESERVE_SLOT b--> |
|
|
|
|
<!-- on a.rfps_id = b.id and a.rfps_id = #{id} and a.IS_DELETED = 0--> |
|
|
|
|
<!-- </select>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="getByRfpsIdMesNew" resultType="org.springblade.desk.produce.pojo.entity.MesRbFilePreserveDetailEntity"> |
|
|
|
|
select * from MES_RB_FILE_PRESERVE_DETAIL a inner join MES_RB_FILE_PRESERVE_SLOT b |
|
|
|
|
on a.rfps_id = b.id and a.rfps_id = #{id} and a.IS_DELETED = 0 |
|
|
|
|
select * from MES_RB_FILE_PRESERVE_DETAIL a where a.rfps_id = #{id} and a.IS_DELETED = 0 |
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
<select id="listByWoIdAllMes" resultType="org.springblade.desk.produce.pojo.entity.WorkPlan"> |
|
|
|
|
|