add
This commit is contained in:
@@ -100,7 +100,7 @@ BEGIN
|
|||||||
u.id AS country_id,
|
u.id AS country_id,
|
||||||
n.name AS country_name, -- 国家名称
|
n.name AS country_name, -- 国家名称
|
||||||
c.code AS country_code, -- 国家代码
|
c.code AS country_code, -- 国家代码
|
||||||
f.flag AS country_flag, -- 国旗信息
|
f.flag AS country_flag -- 国旗信息
|
||||||
FROM
|
FROM
|
||||||
country u
|
country u
|
||||||
LEFT JOIN
|
LEFT JOIN
|
||||||
|
|||||||
Reference in New Issue
Block a user