mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
使用交易流水号查询0x3b报文
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
and frame_type = #{frameType,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="transactionCode != null and transactionCode != ''" >
|
||||
and transaction_code = #{transactionCode,jdbcType=VARCHAR}
|
||||
and json_msg->>'$.transactionCode' LIKE CONCAT('%', #{transactionCode}, '%')
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user