视频监控
This commit is contained in:
parent
68492c89b7
commit
bb8a29ab31
|
|
@ -35,7 +35,7 @@
|
|||
)
|
||||
</if>
|
||||
ORDER BY td.state desc
|
||||
LIMIT 10
|
||||
LIMIT 30
|
||||
</select>
|
||||
<!--查询省外球机 -->
|
||||
<select id="getMenuListSWCity" resultType="com.sercurityControl.proteam.domain.DtreeEntity">
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
where is_active = 1
|
||||
</select>
|
||||
<select id="getPerson" resultType="com.sercurityControl.proteam.domain.DtreeEntity">
|
||||
SELECT jcmi.work_manage_num AS id, CONCAT(jcmi.work_manage,'/',jcmi.work_manage_phone) AS title,tcm.id AS
|
||||
SELECT jcmi.work_manage_num AS id, jcmi.work_manage AS title,tcm.id AS
|
||||
parentId ,'iconfont icon-renyuan' AS iconClass, '2' AS genre
|
||||
FROM jj_class_meetting AS tcm
|
||||
LEFT JOIN jj_class_metting_info jcmi on jcmi.class_id=tcm.id
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
<if test="keyWord != null and keyWord != ''">
|
||||
or tcm.bidding_section_name LIKE CONCAT('%',#{keyWord},'%') or jcmi.work_manage LIKE CONCAT('%',#{keyWord},'%')
|
||||
</if>
|
||||
LIMIT 10
|
||||
LIMIT 30
|
||||
</select>
|
||||
|
||||
<!-- 根据传入的参数查询下拉选择数据 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue