business/src/main/resources/mapper/ProjectPlanExamineRecordMapper.xml
@@ -68,6 +68,14 @@ #{gmtUpdate} ) </insert> <update id="updateByForm"> update t_project_plan_examine_record set department_approval_reply = #{form.departmentApprovalReply}, manage_approval_reply = #{form.manageApprovalReply} where id = #{form.id} </update> <select id="getById" resultMap="BaseResultMap">