|
|
|
@ -230,7 +230,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<select id="getByRfpsIdMesNew" resultType="org.springblade.desk.produce.pojo.entity.MesRbFilePreserveDetailEntity"> |
|
|
|
<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 |
|
|
|
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_delete = 0 |
|
|
|
on a.rfps_id = b.id and a.rfps_id = #{id} and a.IS_DELETED = 0 |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="listByWoIdAllMes" resultType="org.springblade.desk.produce.pojo.entity.WorkPlan"> |
|
|
|
<select id="listByWoIdAllMes" resultType="org.springblade.desk.produce.pojo.entity.WorkPlan"> |
|
|
|
|