feat:通过门店Code 查询存量客户开通基本信息

This commit is contained in:
苏竹红
2025-11-20 15:39:18 +08:00
parent 297c6e35c4
commit 546b95b6bb
3 changed files with 20 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
</resultMap>
<select id="getTempOpenWalletInfoByStoreCode" resultMap="BaseResultMap">
select * from zxjp_temp_open_wallet_info where store_id = #{storeCode}
select * from zxjp_temp_open_wallet_info where store_code = #{storeCode}
</select>