zhengkaixin 3 jaren geleden
bovenliggende
commit
7a66bf8280
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      common/src/main/resources/mapper/job/Recruitment.xml

+ 1 - 1
common/src/main/resources/mapper/job/Recruitment.xml

@@ -302,7 +302,7 @@
 
 	<!--招聘方个人中心主页:统计已发布的招聘,被浏览量(不包含已撤销的(已关闭的))-->
 	<select id="rptMyRecruitmentCount" parameterType="String" resultType="Map">
-		select count(1) jobCount,sum(reading_times) readTimes from job_recruitment where create_by=#{0} and status_='open'
+		select count(1) jobCount,sum(reading_times) readTimes from job_recruitment where create_by=#{0} and status_='1'
 	</select>
 
 	<!--招聘方职位管理 上下架管理-->