Lius
2024-09-13 15a20a91316b726f45ccc9e06bbd632f10eedb43
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
@@ -50,12 +50,12 @@
    /**
     * 根据部门id查询设备
     */
    List<MdcEquipment> queryByDepartId(@Param("departId") String departId);
    List<MdcEquipment> queryByDepartId(@Param("departId") String departId, @Param("key") String key);
    /**
     * 根据产线id查询设备
     */
    List<MdcEquipment> queryByProductionId(@Param("productionId") String productionId);
    List<MdcEquipment> queryByProductionId(@Param("productionId") String productionId, @Param("key") String key);
    /**
     * 查找设备监控信息
@@ -104,6 +104,7 @@
    /**
     * 导出list
     *
     * @param mdcEquipment
     * @return
     */
@@ -111,6 +112,7 @@
    /**
     * 查询单表数据
     *
     * @param tableName
     * @return
     */