expert-system/src/main/resources/mapper/system/ProjectManagementMapper.xml
@@ -283,7 +283,7 @@ <select id="projectExpertCheckInfo" parameterType="Long" resultMap="ProjectManagementInfoResult"> select a.id,a.step, a.project_name, a.dept_name, a.job_category, a.project_address, a.project_date_start, a.project_date_end, a.remark,a.project_check_time,a.state, a.project_code,a.expert_num a.project_code,a.expert_num,a.create_time from project_management a where a.id = #{id}