mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
通过交易流水号查询订单信息
This commit is contained in:
@@ -655,6 +655,14 @@
|
||||
and del_flag = '0'
|
||||
</select>
|
||||
|
||||
<select id="getOrderInfoByTransactionCode" resultMap="OrderBasicInfoResult">
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
from order_basic_info
|
||||
where del_flag = '0'
|
||||
and transaction_code = #{transactionCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="queryOrderBasicInfo" resultMap="OrderBasicInfoResult">
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
@@ -830,4 +838,5 @@
|
||||
AND t1.order_status = '6'
|
||||
AND t1.del_flag = '0'
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user