north-glass-erp/src/main/java/com/example/erp/mapper/pp/PatchLogMapper.java
@@ -7,6 +7,7 @@ import com.example.erp.entity.pp.PatchLog; import com.example.erp.entity.pp.ReportingWork; import com.github.yulichang.base.MPJBaseMapper; import io.swagger.models.auth.In; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @@ -55,5 +56,7 @@ Integer selectProjectCount(String processId, String patchId, Integer technologyNumber); List<exportReplenishDTO> exportReplenishMp(List<LocalDate> dates); Boolean updatePrintNumMp(Integer id); }