@@ -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>