Commit 1a4a5e5d by zhiwj

修改bug

parent 1554a0a3
......@@ -220,6 +220,7 @@
where enterprise_id = #{enterpriseId}
and evaluate_id = #{evaluateId}
and status = 1
and show_status = 1
</select>
<update id="updateReplyShowStatus">
update tab_evaluate_reply set show_status = #{showStatus} where enterprise_id = #{enterpriseId} and evaluate_reply_id = #{evaluateReplyId}
......
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