| | |
| | | /** |
| | | * 点检报表 new |
| | | */ |
| | | List<Map<String, Object>> findDayInspectionStandard(String equipmentNum); |
| | | List<Map<String, Object>> findDayInspectionStandard(String equipmentNum,String cycleUnit); |
| | | |
| | | /** |
| | | * 获取点检项 new |
| | | */ |
| | | List<Map<String, Object>> findDayInspectionStandardProject(String name,String detectionStandard); |
| | | List<Map<String, Object>> findDayInspectionStandardProject(String equipmentNum,String name,String detectionStandard,String dataTime); |
| | | |
| | | List<Map<String, Object>> getUserQianZi(String num); |
| | | List<Map<String, Object>> getUserQianZi(String num,String cycleUnit); |
| | | |
| | | |
| | | |