订单评价

This commit is contained in:
sxu 2025-05-06 08:28:35 +08:00
parent 999c07938c
commit 7be40de7c4
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateOrderEvaluaStatus" parameterType="Long">
update order_info
set comment_status = 1
set comment_state = 1
where order_id = #{orderId}
</update>
</mapper>