fix
Helius
2021-12-15 004d9e74f66d87e8416a9b0d807b64cbfd1576f8
gc-order/src/main/resources/mapper/order/AccountMapper.xml
@@ -89,4 +89,12 @@
    </update>
    <select id="selectAccountInfoByUserId" resultType="com.xzx.gc.entity.AccountInfo">
        select * from xzx_account_info where user_id=#{userId}
    </select>
    <select id="selectAccountInfoByPhone" resultType="com.xzx.gc.entity.AccountInfo">
        select a.* from xzx_account_info a, xzx_user_info b
        where a.user_id=b.user_id and b.mobile_phone=#{phone}
    </select>
</mapper>