feat:通过门店Code 查询存量客户开通基本信息
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user