监控排序修改

This commit is contained in:
pengjie 2024-11-28 10:55:25 +08:00
parent 1c7ccf4a33
commit b65b492bc3
2 changed files with 3 additions and 1 deletions

View File

@ -267,7 +267,7 @@
<if test="companyType == '5'.toString()">
and cp.company_sn = #{sn}
</if>
order by t1.sort_num
order by t1.ml_sort_num
</select>
<select id="selectVideoSimpleInfoList" resultType="java.util.Map">

View File

@ -151,6 +151,8 @@ public class VideoItem implements Serializable {
*/
@ApiModelProperty(value = "AI分析硬件设备id")
private String aiHardwareId;
@ApiModelProperty(value = "排序")
private java.lang.Integer mlSortNum;
/**
* 项目sn
*/