Browse Source

1、工位工序关联表字段修改

master_hella_20240701
bjang03 1 year ago
parent
commit
bd02f38a21
  1. 4
      win-module-mes/win-module-mes-biz/src/main/resources/mapper/workstation/WorkstationProcessMapper.xml

4
win-module-mes/win-module-mes-biz/src/main/resources/mapper/workstation/WorkstationProcessMapper.xml

@ -6,12 +6,12 @@
select count(1)
from basic_process
where code in (select process_code
from strategy_mes_workstation_production_process where workstation_code=#{workstationCode})
from strategy_mes_workstation_process where workstation_code=#{workstationCode})
</select>
<select id="listByWorkstationCode" resultType="com.win.module.mes.dal.dataobject.workstation.MesTeamDO">
select code, name
from basic_process
where code in (select process_code
from strategy_mes_workstation_production_process where workstation_code=#{workstationCode})
from strategy_mes_workstation_process where workstation_code=#{workstationCode})
</select>
</mapper>

Loading…
Cancel
Save