mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update 鉴权卡启动充电
This commit is contained in:
@@ -144,6 +144,21 @@
|
||||
and logic_card = #{logicCard,jdbcType=VARCHAR}
|
||||
</update>
|
||||
|
||||
<select id="selectSomeStatusCardInfo" resultType="com.jsowell.pile.domain.PileAuthCard">
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
from
|
||||
pile_auth_card
|
||||
where 1 = 1
|
||||
<if test="status != null and status != ''">
|
||||
and status = #{status,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="logicCard != null and logicCard != ''">
|
||||
and logic_card = #{logicCard,jdbcType=VARCHAR}
|
||||
</if>
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
<select id="getPileAuthCardInfoList" resultType="com.jsowell.pile.vo.web.PileAuthCardVO">
|
||||
select
|
||||
t1.id,
|
||||
|
||||
Reference in New Issue
Block a user