新增 更新sim卡信息V2

This commit is contained in:
Lemon
2023-09-15 09:39:41 +08:00
parent 98997977b7
commit 93ce2f3759
4 changed files with 62 additions and 1 deletions

View File

@@ -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>