Commit 49858dc4 authored by 方建宇's avatar 方建宇

修改话题审核

parent 076400cd
......@@ -106,7 +106,7 @@
<update id="updateExamStatus" parameterType="org.rcisoft.business.opmTopic.entity.OpmTopic">
update opm_topic
set exam_status = '1'
set exam_status = #{entity.examStatus}
where business_id = #{entity.businessId}
</update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment