| | |
| | | WHERE |
| | | med.equipment_id = me.id |
| | | AND med.dep_id = #{ departId } |
| | | ORDER BY me.equipment_id |
| | | </select> |
| | | |
| | | <!--根据产线id查询设备--> |
| | |
| | | WHERE |
| | | mpe.equipment_id = me.id |
| | | AND mpe.production_id = #{ productionId } |
| | | ORDER BY me.equipment_id |
| | | </select> |
| | | |
| | | <!--根据产线id查询设备id集合--> |
| | |
| | | k.equipment_type, |
| | | k.equipment_type_pictures |
| | | ORDER BY |
| | | equipmentName |
| | | EquipmentID |
| | | </select> |
| | | |
| | | <!--根据部门id查询设备id集合--> |
| | |
| | | #{id} |
| | | </foreach> |
| | | </where> |
| | | ORDER BY me.equipment_id |
| | | </select> |
| | | |
| | | <!--根据设备编号查询设备信息和产线信息--> |
| | |
| | | #{id} |
| | | </foreach> |
| | | </where> |
| | | ORDER BY me.equipment_id |
| | | </select> |
| | | |
| | | |