Browse Source

移动端接口:招聘方【职位管理】上下架操作时,写入更新时间、更新人

chenwen 4 năm trước cách đây
mục cha
commit
ed4abd9ce7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      common/src/main/resources/mapper/job/Recruitment.xml

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

@@ -307,7 +307,7 @@
 
 	<!--招聘方职位管理 上下架管理-->
 	<update id="updateForPublish">
-		update job_recruitment  set status_=#{publishTag}   where id_=#{recruitmentId}
+		update job_recruitment  set status_=#{publishTag},update_time=now(),update_by=#{caller}   where id_=#{recruitmentId}
 	</update>
 
 </mapper>