Browse Source

上报部分代码

user5 4 năm trước cách đây
mục cha
commit
275d7ca78d

+ 1 - 2
src/main/resources/mappings/modules/projectcontentinfo/ProjectcontentinfoDao.xml

@@ -609,11 +609,10 @@
 		select id
 			 ,zixunyuan
 			 ,zhucezigezhID as 'zhucezigezhKey'
-			 ,major
 			 ,wordnr
 			 ,reportedId
 		from rural_reported_consultant where reportedId=#{reportedId}
-		order by major
+		order by zixunyuan
 	</select>
 
 	<select id="getCertificateByUser" resultType="com.jeeplus.modules.workstaff.entity.WorkStaffCertificate">