Browse Source

人事福利修改

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
c7a3e3594e

+ 1 - 1
src/main/java/com/goafanti/common/mapper/PersonnelWelfareMapper.xml

@@ -349,7 +349,7 @@
   </update>
   <select id="selectBypdId" resultType="com.goafanti.personnel.bo.PersonnelWelfareBo">
   select a.id,a.pd_id pdId,a.`type`,date_format(a.start_time,'%Y-%m-%d')startTimes,
-	date_format(a.end_time,'%Y-%m-%d')endTimes,a.welfare_remarks,a.create_time createTime,
+	date_format(a.end_time,'%Y-%m-%d')endTimes,a.welfare_remarks welfareRemarks,a.create_time createTime,
 	a.status,a.dep_id depId,b.name depName
 	from personnel_welfare a left join department b on a.dep_id=b.id where pd_id= #{id}
   </select>