Commit da8eadbc by zhangxingmin

push

parent 25d87c00
......@@ -27,9 +27,12 @@
CONCAT(
'[',
GROUP_CONCAT(
IF(f.id IS NOT NULL,
JSON_OBJECT(
'fileUrl', CONCAT('https://', f.bucket_name, '.', p.endpoint, '/', f.file_key),
'fileName', f.original_name
),
NULL
)
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