|
|
|
@ -226,7 +226,7 @@
|
|
|
|
|
resultType="java.util.Map">
|
|
|
|
|
select
|
|
|
|
|
<foreach item="item" collection="schemaFieldValues" separator=","
|
|
|
|
|
index="">last(${item.fieldName})</foreach>
|
|
|
|
|
index="">last(${item.fieldName})</foreach>,last(ts)
|
|
|
|
|
from #{databaseName}.#{tableName}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|