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/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