Просмотр исходного кода

后台相关实体类,相关接口方法

yanliming 2 лет назад
Родитель
Сommit
7d134ba101
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      common/src/main/resources/mapper/base/JobInformationInfo.xml

+ 1 - 2
common/src/main/resources/mapper/base/JobInformationInfo.xml

@@ -106,8 +106,7 @@
 	where id_=#{id}
 	</update>
 	<select id="get" parameterType="string" resultMap="JobInformationInfoMap">
-		select 
-id_,person_id,photo_,service_desc,Intended_industries,Intended position,hope_salary,method_,work_experience,education_,status_,create_by,create_time,update_by,update_time,del_flag		from base_job_information_info where id_=#{0}
+		select * from base_job_information_info where id_=#{0}
 	</select>
 	<select id="exist" parameterType="string" resultType="int">
 		select count(*) from base_job_information_info where id_=#{0}