Compare commits

..

No commits in common. "b57f1fdb3f1362669add1f302d5a38ea4fa7e8ea" and "7a53092c4f82147bc9b7327d123cb56486771344" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -53,9 +53,7 @@ public class DataSetEntity extends BaseEntity {
/**数据集关联的文件id*/
private Long[] fileIds;
/**查询使用*/
private Integer annotatedCount;
private Integer notAnnotatedCount;
private String latestVersionName;
}

View File

@ -34,8 +34,7 @@
<if test="versionName != null and versionName != ''">
AND version_name LIKE CONCAT('%', #{versionName}, '%')
</if>
GROUP BY ap.task_id, atv.create_time
ORDER BY atv.create_time DESC
GROUP BY ap.task_id
</select>
</mapper>