فهرست منبع

上报部分代码

user5 4 سال پیش
والد
کامیت
275d7ca78d
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      src/main/resources/mappings/modules/projectcontentinfo/ProjectcontentinfoDao.xml

+ 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">