fix
Helius
2021-11-10 ad8fc09f3e70b08cd654d38ff9aa9022c2c2c6ec
gc-user/src/main/resources/mapper/user/OrderMapper.xml
@@ -609,4 +609,15 @@
            xzx_jhy_order_items a
        WHERE  a.order_id = (select b.id from xzx_jhy_order b where b.order_no = #{orderId})
    </select>
    <select id="selectTGRMobileByPhone" resultType="java.lang.String">
        SELECT
            a.mobile_phone tgrPhone
        FROM
            xzx_user_share_info a
        WHERE  a.register_mobile_phone = #{mobilePhone}
    </select>
</mapper>