@@ -73,7 +73,7 @@
JSON_EXTRACT(JSON_ARRAYAGG(JSON_EXTRACT(infos, '$.*.key')),'$[*][*]')
</otherwise>
</choose> AS fileKeys
- FROM ${schema}_${groupCode}.dt_object WHERE
+ FROM `${schema}_${groupCode}`.dt_object WHERE
<choose>
<when test="extractInfos!=null and extractInfos.size()>0">
<foreach collection="extractInfos" item="item" open="JSON_EXTRACT(infos, '$.*.key'," close=") IS NOT NULL" separator=",">