| | |
| | | public interface SafetySelfInspectionItemMapper extends BaseMapper<SafetySelfInspectionItem> { |
| | | |
| | | List<SafetySelfInspectionItem> getBySafetySelfInspectionId(@Param("safetySelfInspectionId") Long safetySelfInspectionId); |
| | | List<SafetySelfInspectionItem> getBySafetySelfInspectionId2(@Param("safetySelfInspectionId") Long safetySelfInspectionId); |
| | | |
| | | void deleteById(@Param("id") Long id ,@Param("updateBy") String updateBy ,@Param("updateTime") Date updateTime); |
| | | |
| | |
| | | SafetySelfInspectionItem getDetailById(@Param("id")Long id); |
| | | |
| | | SafetySelfInspectionItemQualifiedCountDO countQualifiedDataById(@Param("id") Long id); |
| | | |
| | | void updateBatch(List<SafetySelfInspectionItem> itemList); |
| | | } |