xiaoyong931011
2021-07-07 8fad7f1e6226aad23ad4ce6505f81bf0291c9a7a
gc-user/src/main/resources/mapper/user/AccountMapper.xml
@@ -141,4 +141,10 @@
               )
    </insert>
    <select id="selectOneByUserId" resultType="com.xzx.gc.entity.AccountInfo">
        select * from  xzx_account_info where user_id = #{userId}
    </select>
</mapper>