| | |
| | | String findProductionCode(@Param("userId") String userId); |
| | | |
| | | /** |
| | | * 获取当前登录人工段级对应的编码 |
| | | * qsw 2024-3-18 |
| | | */ |
| | | String findAreaProductionCode(@Param("userId") String userId); |
| | | |
| | | /** |
| | | * 通过当前登录人的工段编码 获分厂编码 |
| | | * qsw 2024-3-18 |
| | | */ |
| | | String findSiteProductionCode(@Param("productionCode") String productionCode); |
| | | |
| | | /** |
| | | * 根据模型传入的编码 判断改编码公司/中心/工段的哪一级 |
| | | * qsw 2024-3-18 |
| | | */ |
| | |
| | | List<Map<String, Object>> getThisMonthMaintenanceFinishList(@Param("workCenterId")String workCenterId,@Param("areaId")String areaId); |
| | | |
| | | /** |
| | | *工段级 本月三保延期数量 |
| | | * qsw 2024-3-20 |
| | | */ |
| | | List<Map<String, Object>> get3MaintenancePostponeCount(@Param("areaId")String areaId); |
| | | |
| | | /** |
| | | *工段级 本月三保超期数量 |
| | | * qsw 2024-3-20 |
| | | */ |
| | | List<Map<String, Object>> get3MaintenanceOverdueCount(@Param("areaId")String areaId); |
| | | |
| | | /** |
| | | *首页二级保养展示页面 获取每一个中心下二级保养计划 |
| | | * qsw 2024-3-15 |
| | | */ |
| | | List<Map<String, Object>> getCenterTwoMaintenancePlanList(@Param("workCenterId")String workCenterId); |
| | | |
| | | |
| | | /** |
| | | *工段下 二级保养计划明细 |
| | | * qsw 2024-3-19 |
| | | */ |
| | | String findMaintenanceDate(@Param("workCenterId")String workCenterId); |
| | | List<Map<String, Object>> getAreTwoMaintenancePlanDetails(@Param("areaId")String areaId,@Param("maintenanceDate")String maintenanceDate); |
| | | |
| | | /** |
| | | *首页 第四级 对应工区下,设备台账信息展示; |
| | | * qsw 2024-4-22 |
| | | */ |
| | | List<Map<String, Object>> getAreaEquipmentList(@Param("equipmentNum")String equipmentNum,@Param("areaId")String areaId, @Param("equipmentIds")List<String> equipmentIds); |
| | | |
| | | |
| | | /** |
| | | *首页 第四级 对应工区下,设备台账信息展示; |
| | | * qsw 2024-4-22 |
| | | */ |
| | | List<Map<String, Object>> getOperationCertificate(@Param("username")String username); |
| | | |
| | | } |