监控排序修改
This commit is contained in:
parent
1c7ccf4a33
commit
b65b492bc3
@ -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">
|
||||
|
||||
@ -151,6 +151,8 @@ public class VideoItem implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty(value = "AI分析硬件设备id")
|
||||
private String aiHardwareId;
|
||||
@ApiModelProperty(value = "排序")
|
||||
private java.lang.Integer mlSortNum;
|
||||
/**
|
||||
* 项目sn
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user