Compare commits
2 Commits
7a53092c4f
...
b57f1fdb3f
| Author | SHA1 | Date |
|---|---|---|
|
|
b57f1fdb3f | |
|
|
807115d370 |
|
|
@ -53,7 +53,9 @@ public class DataSetEntity extends BaseEntity {
|
|||
/**数据集关联的文件id*/
|
||||
private Long[] fileIds;
|
||||
|
||||
/**查询使用*/
|
||||
private Integer annotatedCount;
|
||||
|
||||
private Integer notAnnotatedCount;
|
||||
private String latestVersionName;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@
|
|||
<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>
|
||||
Loading…
Reference in New Issue