mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
解绑鉴权卡
This commit is contained in:
@@ -73,16 +73,17 @@
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
from pile_member_relation
|
||||
where 1 = 1
|
||||
<if test="pileSn != null and pileSn != ''">
|
||||
and pile_sn = #{pileSn,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="memberId != null and memberId != ''">
|
||||
and member_id = #{memberId,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="type != null and type != ''">
|
||||
and type = #{type,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<where>
|
||||
<if test="pileSn != null and pileSn != ''">
|
||||
and pile_sn = #{pileSn,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="memberId != null and memberId != ''">
|
||||
and member_id = #{memberId,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="type != null and type != ''">
|
||||
and type = #{type,jdbcType=VARCHAR}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<delete id="deleteRelationByIds">
|
||||
|
||||
Reference in New Issue
Block a user