mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
新增后管调用的解绑用户车牌号接口
This commit is contained in:
@@ -82,4 +82,11 @@
|
||||
#{id,jdbcType=INTEGER}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<update id="unbindingPlateNumber" parameterType="com.jsowell.pile.domain.MemberPlateNumberRelation">
|
||||
update member_plate_number_relation
|
||||
set del_flag = '1'
|
||||
where member_id = #{memberId,jdbcType=VARCHAR}
|
||||
and license_plate_number = #{plateNumber,jdbcType=VARCHAR}
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user