no message

This commit is contained in:
2025-09-28 12:31:49 +08:00
parent 9639f37670
commit 630ce0068e

View File

@ -200,7 +200,7 @@
</update>
<update id="updateOdId">
update zc_order_sub set b_order_id = #{bOdId} where order_id =#{cId} and suborder_type = "RENTBATTEY"
update zc_order_sub set b_order_id = #{bOdId} where suborder_id =#{cId} and suborder_type = "RENTBATTEY"
</update>
</mapper>