浏览代码

修改crm全职兼职跟进人未显示

LiFei 6 年之前
父节点
当前提交
825636c94f

+ 2 - 2
happy-job-base-system/src/main/webapp/webpage/modules/cmposition/cmSubordinatePositionList.jsp

@@ -151,9 +151,9 @@
 	                }		       
 			    }
 				,{
-			        field: 'cmCandidateTrack.contactPerson',
+			        field: 'cmCandidateTrack.belongUser',
 			        title: '跟进人',
-			        sortName: 'cmCandidateTrack.contactPerson',
+			        sortName: 'cmCandidateTrack.belongUser',
 			        formatter:function(value, row , index){
                         return value?value:"-";
                     }

+ 1 - 0
happy-job-module-crm/src/main/java/com/jeeplus/modules/cmposition/mapper/xml/CmPositionTrackMapper.xml

@@ -27,6 +27,7 @@
 		c.id AS "cmCandidateTrack.id",
 		c.belong_owner AS "cmCandidateTrack.belongOwner",
 		c.contact_person AS "cmCandidateTrack.contactPerson",
+		c.belong_user AS "cmCandidateTrack.belongUser",
 		m.real_name AS "crMember.realName",
 		m.phone AS "crMember.phone",
 		m.authentication_status AS "crMember.authenticationStatus",