zhangfeng
2023-07-24 7848d39d309056ac1a13d40d99f9108e5f6a0584
src/main/java/com/gk/hotwork/Mapper/SafetySelfInspectionItemMapper.java
@@ -13,6 +13,7 @@
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);
@@ -21,4 +22,6 @@
    SafetySelfInspectionItem getDetailById(@Param("id")Long id);
    SafetySelfInspectionItemQualifiedCountDO countQualifiedDataById(@Param("id") Long id);
    void updateBatch(List<SafetySelfInspectionItem> itemList);
}