@@ -234,6 +234,7 @@
from ctop_column_load
where column_type = #{columnType}
and user_id = #{userId}
+ order by create_time desc limit 1
</select>
<select id="getJsonByAccountIdAndColumnType" resultType="string">