过程模版修改

liweidong
pangyang 3 weeks ago
parent 8d7f23169f
commit fd4261791e
  1. 2
      blade-service/blade-desk/src/main/java/org/springblade/desk/produce/mapper/WorkPlanMapper.xml

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

Loading…
Cancel
Save