mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-02 17:10:03 +08:00
新增 更新sim卡信息V2
This commit is contained in:
@@ -203,4 +203,8 @@
|
||||
where iccid = #{simCardVO.iccId}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<select id="selectIdByIccId" resultType="java.lang.String">
|
||||
select id from pile_sim_info where iccid = #{iccId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user