|
@@ -6,7 +6,7 @@
|
|
|
<!-- parameterType="com.citygis.web.domain.TabSystemMsg">-->
|
|
|
<!-- SELECT id, system_name, table_name, table_english_name, access_manner, update_type, status state, ps, count,-->
|
|
|
<!-- data_essential_id, is_del-->
|
|
|
- <!-- FROMtab_system_msg-->
|
|
|
+ <!-- FROM tab_system_msg-->
|
|
|
<!-- where is_del = 0-->
|
|
|
<!-- <if test="systemName != null">-->
|
|
|
<!-- and system_name like concat('%',#{systemName},'%')-->
|
|
@@ -24,7 +24,7 @@
|
|
|
parameterType="com.citygis.web.domain.TabSystemMsg">
|
|
|
SELECT id, system_name, table_name, table_english_name, access_manner, update_type, status state, ps, count,
|
|
|
data_essential_id, is_del
|
|
|
- FROMtab_system_msg
|
|
|
+ FROM tab_system_msg
|
|
|
where is_del = 0
|
|
|
<if test="systemName != null">
|
|
|
and system_name like concat('%',#{systemName},'%')
|
|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
<!-- <select id="weekReport" resultType="com.citygis.web.domain.TabSystemMsgReport">-->
|
|
|
<!-- SELECT id, system_name, table_name, table_english_name,update_type-->
|
|
|
- <!-- FROMtab_system_msg-->
|
|
|
+ <!-- FROM tab_system_msg-->
|
|
|
<!-- where is_del = 0-->
|
|
|
<!-- </select>-->
|
|
|
|