From 20d1feece65044058f54a9b8621755a2cf051740 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 08 Nov 2021 17:19:07 +0800 Subject: [PATCH] 20211108 --- gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml b/gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml index a626a11..9fb109c 100644 --- a/gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml +++ b/gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml @@ -120,4 +120,8 @@ <select id="selectJhyInfoByUserId" resultType="com.xzx.gc.entity.JhyInfo"> select * from xzx_jhy_info where id = #{jhyId} </select> + + <select id="selectAddRessInfoByUserId" resultType="com.xzx.gc.entity.AddressInfo"> + select * from xzx_user_address_info where user_id = #{userId} + </select> </mapper> -- Gitblit v1.9.1