diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcBzhanMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcBzhanMapper.xml
index c3631d2e..c0fc3b85 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcBzhanMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcBzhanMapper.xml
@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and zh_id = #{zhId}
and url = #{url}
and type = #{type}
@@ -35,7 +36,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcDyMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcDyMapper.xml
index 9ab39ca7..12a0d299 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcDyMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcDyMapper.xml
@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and user_name like concat('%', #{userName}, '%')
and intro = #{intro}
and fs_count = #{fsCount}
@@ -35,7 +36,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcGzdtMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcGzdtMapper.xml
index 875552b1..fc8dc4a8 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcGzdtMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcGzdtMapper.xml
@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and title = #{title}
and type = #{type}
and file_name like concat('%', #{fileName}, '%')
@@ -37,7 +38,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcJbmapMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcJbmapMapper.xml
index fd3d8602..c2efa012 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcJbmapMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcJbmapMapper.xml
@@ -33,6 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
and jb_obj = #{jbObj}
+ and isStatus = #{isStatus}
and number = #{number}
and jb_time between #{params.beginJbTime} and #{params.endJbTime}
and address = #{address}
@@ -45,7 +46,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcQlzxxddtMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcQlzxxddtMapper.xml
index 3df27824..a3f8ecb0 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcQlzxxddtMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcQlzxxddtMapper.xml
@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
and title = #{title}
+ and isStatus = #{isStatus}
and content = #{content}
and image_url = #{imageUrl}
and create_by = #{createBy}
@@ -35,7 +36,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcTtsumMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcTtsumMapper.xml
index 80699ae3..1bbf287f 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcTtsumMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcTtsumMapper.xml
@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and zh_id = #{zhId}
and intro = #{intro}
and type = #{type}
@@ -35,7 +36,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcVxMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcVxMapper.xml
index 54cef18c..b574dd38 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcVxMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcVxMapper.xml
@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and zh_id = #{zhId}
and tmt = #{tmt}
and create_by = #{createBy}
@@ -33,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcWbMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcWbMapper.xml
index 8a3d3e0e..cd046b15 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcWbMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcWbMapper.xml
@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and zh_name like concat('%', #{zhName}, '%')
and approve = #{approve}
and create_by = #{createBy}
@@ -33,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcWzMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcWzMapper.xml
index 67ddbe00..a1c9bf3f 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcWzMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcWzMapper.xml
@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and web_name like concat('%', #{webName}, '%')
and true_ip = #{trueIp}
and web_dns = #{webDns}
@@ -37,7 +38,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdgzxmMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdgzxmMapper.xml
index 6d6f347c..01214283 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdgzxmMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdgzxmMapper.xml
@@ -29,6 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and tj_unit = #{tjUnit}
and item_name like concat('%', #{itemName}, '%')
and item_content = #{itemContent}
@@ -39,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdlyjgMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdlyjgMapper.xml
index 46e45a12..a89bee70 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdlyjgMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdlyjgMapper.xml
@@ -29,6 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and enterprise_type = #{enterpriseType}
and jg_obgj = #{jgObgj}
and jzxw = #{jzxw}
@@ -39,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdqymlMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdqymlMapper.xml
index 17ca4776..0665e54d 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdqymlMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netManage/TcZdqymlMapper.xml
@@ -33,6 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and enterprise_name like concat('%', #{enterpriseName}, '%')
and enterprise_type = #{enterpriseType}
and net_yw = #{netYw}
@@ -47,7 +48,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqbgMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqbgMapper.xml
index 3a60ae76..8311b1f0 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqbgMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqbgMapper.xml
@@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and type = #{type}
and title = #{title}
and file_name like concat('%', #{fileName}, '%')
@@ -38,7 +38,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqxxltjMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqxxltjMapper.xml
index f72ba8e7..f1839aec 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqxxltjMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqxxltjMapper.xml
@@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and type = #{type}
and title = #{title}
and source = #{source}
@@ -40,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqyjMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqyjMapper.xml
index 5fedfa17..3f9be73a 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqyjMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqyjMapper.xml
@@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and title = #{title}
and source = #{source}
and date_time between #{params.beginDateTime} and #{params.endDateTime}
@@ -38,7 +38,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqzsMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqzsMapper.xml
index 477ecf13..ed1bdc52 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqzsMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcYqzsMapper.xml
@@ -37,7 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
-
+ and date_time between #{beginDateTime} and #{endDateTime}
and date_time >= #{beginDateTime}
and date_time <= #{endDateTime}
and remark = #{remark}
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcZbxqMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcZbxqMapper.xml
index 247e1d6f..9309eef0 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcZbxqMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/netWorkYq/TcZbxqMapper.xml
@@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and yq_title = #{yqTitle}
and dep_name like concat('%', #{depName}, '%')
and yq_state = #{yqState}
@@ -35,7 +35,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcAqgMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcAqgMapper.xml
index 9381d536..8b723b9b 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcAqgMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcAqgMapper.xml
@@ -33,6 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and unit = #{unit}
and fzr = #{fzr}
and duty = #{duty}
@@ -47,7 +48,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcFbMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcFbMapper.xml
index 6b51c097..b8aa9046 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcFbMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcFbMapper.xml
@@ -29,6 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and type = #{type}
and title = #{title}
and source = #{source}
@@ -39,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlaqzcqyMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlaqzcqyMapper.xml
index 8b26811f..eb93819c 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlaqzcqyMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlaqzcqyMapper.xml
@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and zz_unit = #{zzUnit}
and link_man = #{linkMan}
and link_tel = #{linkTel}
@@ -35,7 +36,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWldvMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWldvMapper.xml
index baba1473..6fe53d65 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWldvMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWldvMapper.xml
@@ -29,6 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and type = #{type}
and zh_name like concat('%', #{zhName}, '%')
and property = #{property}
@@ -39,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlmqfzrMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlmqfzrMapper.xml
index 56e9f5a5..496416a9 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlmqfzrMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlmqfzrMapper.xml
@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ isStatus = #{isStatus},
and unit = #{unit}
and mq_fzr = #{mqFzr}
and duty = #{duty}
@@ -41,7 +42,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlwmzyzMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlwmzyzMapper.xml
index 0d0e9d9c..3ca6ea0a 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlwmzyzMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWlwmzyzMapper.xml
@@ -31,6 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and name like concat('%', #{name}, '%')
and age = #{age}
and activity_content = #{activityContent}
@@ -43,7 +44,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWpwzlyqkMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWpwzlyqkMapper.xml
index d3d18959..7f74a315 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWpwzlyqkMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWpwzlyqkMapper.xml
@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and type = #{type}
and title = #{title}
and url = #{url}
@@ -35,7 +36,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWpyMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWpyMapper.xml
index 0cf06e5b..9d5940d5 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWpyMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkEcology/TcWpyMapper.xml
@@ -33,6 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
+ and isStatus = #{isStatus}
and name like concat('%', #{name}, '%')
and sex = #{sex}
and age = #{age}
@@ -47,7 +48,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcBmtbMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcBmtbMapper.xml
index 4743b022..eb1703e3 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcBmtbMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcBmtbMapper.xml
@@ -25,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
-
+ and isStatus = #{isStatus}
and dep_name like concat('%', #{depName}, '%')
and file_name like concat('%', #{fileName}, '%')
and file_url = #{fileUrl}
@@ -34,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcDbdwMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcDbdwMapper.xml
index 4478ab97..14082f58 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcDbdwMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcDbdwMapper.xml
@@ -52,13 +52,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and fzr_duty = #{fzrDuty}
and fzr_tel = #{fzrTel}
and fzr_email = #{fzrEmail}
-
+ and isStatus = #{isStatus}
and create_by = #{createBy}
and create_time between #{params.beginCreateTime} and #{params.endCreateTime}
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcDbxtMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcDbxtMapper.xml
index d17f069b..708965b9 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcDbxtMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcDbxtMapper.xml
@@ -58,13 +58,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and is_haveDep = #{isHavedep}
and system_djbg = #{systemDjbg}
and system_state = #{systemState}
-
+ and isStatus = #{isStatus}
and create_by = #{createBy}
and create_time between #{params.beginCreateTime} and #{params.endCreateTime}
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcIdcdwMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcIdcdwMapper.xml
index a808fc2c..e9ca240d 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcIdcdwMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcIdcdwMapper.xml
@@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and ldc_name like concat('%', #{ldcName}, '%')
and ip_data = #{ipData}
and create_by = #{createBy}
@@ -34,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcJgdwMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcJgdwMapper.xml
index 1f8d4736..edb8429d 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcJgdwMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcJgdwMapper.xml
@@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and unit_name like concat('%', #{unitName}, '%')
and system_name like concat('%', #{systemName}, '%')
and system_url = #{systemUrl}
@@ -44,7 +44,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcSdtbMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcSdtbMapper.xml
index 0ccbe0d2..29ab2019 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcSdtbMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcSdtbMapper.xml
@@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area = #{area}
-
+ and isStatus = #{isStatus}
and file_name like concat('%', #{fileName}, '%')
and file_url = #{fileUrl}
and create_by = #{createBy}
@@ -34,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcSjlyMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcSjlyMapper.xml
index 95a9c02e..79cf46c3 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcSjlyMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcSjlyMapper.xml
@@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
and type = #{type}
-
+ and isStatus = #{isStatus}
and zc_name like concat('%', #{zcName}, '%')
and aff_unit = #{affUnit}
and sysyem_ip = #{sysyemIp}
@@ -42,7 +42,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcTbczMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcTbczMapper.xml
index bb9d906b..57254772 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcTbczMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcTbczMapper.xml
@@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and unit_name like concat('%', #{unitName}, '%')
and ip_address = #{ipAddress}
and cz_state = #{czState}
@@ -40,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcXtjcMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcXtjcMapper.xml
index fe534c68..fe353e30 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcXtjcMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcXtjcMapper.xml
@@ -30,14 +30,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and unit_name like concat('%', #{unitName}, '%')
and system_name like concat('%', #{systemName}, '%')
and system_url = #{systemUrl}
and sysyem_ip = #{sysyemIp}
and is_focus = #{isFocus}
and level = #{level}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcZfwzMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcZfwzMapper.xml
index dcda4b29..62661109 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcZfwzMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcZfwzMapper.xml
@@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and web_url = #{webUrl}
and asset_name like concat('%', #{assetName}, '%')
and asset_level = #{assetLevel}
@@ -36,7 +36,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc
diff --git a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcZxyhMapper.xml b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcZxyhMapper.xml
index 232aeb64..8883f374 100644
--- a/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcZxyhMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/tcZz/networkSecurity/TcZxyhMapper.xml
@@ -30,7 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and area_id = #{areaId}
-
+ and isStatus = #{isStatus}
and unit_name like concat('%', #{unitName}, '%')
and yh_name like concat('%', #{yhName}, '%')
and level = #{level}
@@ -42,7 +42,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and update_by = #{updateBy}
and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}
and remark = #{remark}
- and isStatus = 1
order by create_time desc