郑永安
2023-07-24 0645153dfa233b51a749db73f9bd5a8c5127c595
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);
}