美文网首页
Parameter 'original_transaction_

Parameter 'original_transaction_

作者: 黎先生_ | 来源:发表于2022-03-27 17:14 被阅读0次

https://blog.csdn.net/qq_43266465/article/details/102975593

<select id="getByOTID" resultType="com.ylb.domain.appleNoti.Latest_Receipt_Info" parameterType="String">
        select * from weshow_refund where original_transaction_id= #{original_transaction_id} and product_id=#{product_id}
</select>

改为:

<select id="getByOTID" resultType="com.ylb.domain.appleNoti.Latest_Receipt_Info" parameterType="String">
        select * from weshow_refund where original_transaction_id= #{arg0} and product_id=#{arg1}
</select>

相关文章

网友评论

      本文标题:Parameter 'original_transaction_

      本文链接:https://www.haomeiwen.com/subject/gfeyjrtx.html