Helius
2021-08-09 c501a7d724fefb38c99f5b1f4469b5b0833d3c95
fix bug
1 files modified
4 ■■■ changed files
gc-order/src/main/resources/mapper/order/UserShareInfoMapper.xml 4 ●●● patch | view | raw | blame | history
gc-order/src/main/resources/mapper/order/UserShareInfoMapper.xml
@@ -165,5 +165,7 @@
            </if>
    </select>
    <select id="selectUserShareInfoByInvited" resultType="com.xzx.gc.entity.UserShareInfo">
        select * from xzx_user_share_info where register_mobile_phone=#{phone};
    </select>
</mapper>