mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 01:50:17 +08:00
add 查询充电桩报文列表方法
This commit is contained in:
@@ -152,4 +152,17 @@
|
||||
</if>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="queryPileFeedList" resultType="com.jsowell.pile.domain.PileMsgRecord">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from pile_msg_record
|
||||
where pile_sn = #{pileSn,jdbcType=VARCHAR}
|
||||
<if test="frameType != null and frameType != ''">
|
||||
and frame_type = #{frameType,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="transactionCode != null and transactionCode != ''" >
|
||||
and transaction_code = #{transactionCode,jdbcType=VARCHAR}
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user