|
|
@@ -51,9 +51,9 @@ public interface TrialSelfInspectionRecordMapper extends BaseMapper<TrialSelfIns
|
|
|
|
|
|
List<TrialSelfInspectionRecord> seleclListByContractIdAndNodeId(@Param("contractId") Long contractId, @Param("nodeIds") List<Long> nodeIds);
|
|
|
|
|
|
- List<Map<String, Object>> countByTypeAndMonth(Long contractId, List<Long> nodeIds, String year);
|
|
|
+ List<Map<String, Object>> countByTypeAndMonth(@Param("contractId") Long contractId, @Param("nodeIds") List<Long> nodeIds, @Param("year") String year);
|
|
|
|
|
|
- List<TrialSelfInspectionRecord> selectCountByYear(Long contractId, List<Long> nodeIds, String year);
|
|
|
+ List<TrialSelfInspectionRecord> selectCountByYear(@Param("contractId") Long contractId, @Param("nodeIds") List<Long> nodeIds, @Param("year") String year);
|
|
|
|
|
|
List<String> selectAllYear(@Param("contractId") Long contractId);
|
|
|
|