Commit da8eadbc by zhangxingmin

push

parent 25d87c00
...@@ -27,9 +27,12 @@ ...@@ -27,9 +27,12 @@
CONCAT( CONCAT(
'[', '[',
GROUP_CONCAT( GROUP_CONCAT(
IF(f.id IS NOT NULL,
JSON_OBJECT( JSON_OBJECT(
'fileUrl', CONCAT('https://', f.bucket_name, '.', p.endpoint, '/', f.file_key), 'fileUrl', CONCAT('https://', f.bucket_name, '.', p.endpoint, '/', f.file_key),
'fileName', f.original_name 'fileName', f.original_name
),
NULL
) )
SEPARATOR ',' SEPARATOR ','
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment