gc-shop/src/main/resources/mapper/shop/JhyOrderMapper.xml
@@ -12,6 +12,8 @@ a.reserve_time reserveTime, a.status status, a.remark remark, a.unit_name unitName, a.house_number houseNumber, a.username name, b.mobile_phone mobilePhone, d.mobile jhyMobilePhone, @@ -120,4 +122,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>