xiangpei
2025-01-03 9c322f4ae707c2a8a817c28d683177930d0ca474
business/src/main/java/com/ycl/mapper/ProjectPlanExamineRecordMapper.java
@@ -27,7 +27,7 @@
     * @param id
     * @return
     */
    ProjectPlanExamineRecordVO getById(Integer id);
    ProjectPlanExamineRecordVO getById(Long id);
    /**
    *  分页
@@ -36,9 +36,9 @@
    void insertOne(ProjectPlanExamineRecord item);
    List<DepartmentApprovalResponseVO> selectInfo(Integer projectPlanRecordId);
    List<DepartmentApprovalResponseVO> selectInfo(Long projectPlanRecordId);
    List<DepartmentApprovalResponseVO> getPlanLog(Integer projectPlanRecordId);
    List<DepartmentApprovalResponseVO> getPlanLog(Long projectPlanRecordId);
    void updateByForm(@Param("form") ProjectPlanExamineRecordForm form);