From 1da9a96fd9f1031d81d5d829a2df18fd4ac5abd1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 25 Jun 2021 14:42:48 +0800
Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
---
gc-shop/src/main/resources/mapper/shop/AccountInfo.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/gc-shop/src/main/resources/mapper/shop/AccountInfo.xml b/gc-shop/src/main/resources/mapper/shop/AccountInfo.xml
new file mode 100644
index 0000000..39a94aa
--- /dev/null
+++ b/gc-shop/src/main/resources/mapper/shop/AccountInfo.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.xzx.gc.shop.mapper.AccountInfoMapper">
+
+
+ <select id="selectAccountInfoByUserId" resultType="com.xzx.gc.entity.AccountInfo">
+ select * from xzx_account_info where user_id=#{userId}
+ </select>
+</mapper>
\ No newline at end of file
--
Gitblit v1.9.1