订单评价
This commit is contained in:
parent
999c07938c
commit
7be40de7c4
|
|
@ -119,7 +119,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
|
|
||||||
<update id="updateOrderEvaluaStatus" parameterType="Long">
|
<update id="updateOrderEvaluaStatus" parameterType="Long">
|
||||||
update order_info
|
update order_info
|
||||||
set comment_status = 1
|
set comment_state = 1
|
||||||
where order_id = #{orderId}
|
where order_id = #{orderId}
|
||||||
</update>
|
</update>
|
||||||
</mapper>
|
</mapper>
|
||||||
Loading…
Reference in New Issue