|
@@ -5,7 +5,7 @@
|
|
|
select jobHunt.JobHuntID, jobHunt.JobUserID, jobHunt.ProfessionID, jobHunt.WorkCode, jobHunt.WorkName,
|
|
|
jobHunt.AreaWork, jobHunt.InDate, jobHunt.WorkYear, jobHunt.JobHuntType, jobHunt.JobUserType, jobHunt.MinSalary,
|
|
|
jobHunt.MaxSalary, jobHunt.CreateUserID, jobHunt.CreateTime, jobHunt.ModifyUserID, jobHunt.ModifyTime,
|
|
|
- jobHunt.OtherDemand, jobHunt.OracleTableID,
|
|
|
+ jobHunt.OtherDemand, jobHunt.OracleTableID
|
|
|
,jobUser.name as JobUserName,dic_jobUserType.Name as jobUserTypeStr,dic_huntJobType.Name as jobHuntTypeStr
|
|
|
,profession.ProfessionName, profession.ParentProfessionID, IFNULL(count(rmgt.RecommendMgtID),0) as recommendNum
|
|
|
,jobUser.cultureRank, jobUser.identityNumber
|