diff --git a/Dkl-Vue-master/dkl-large/src/main/resources/mapper/large/DklSecurityEquipmentMapper.xml b/Dkl-Vue-master/dkl-large/src/main/resources/mapper/large/DklSecurityEquipmentMapper.xml deleted file mode 100644 index 8536855..0000000 --- a/Dkl-Vue-master/dkl-large/src/main/resources/mapper/large/DklSecurityEquipmentMapper.xml +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - select dsp.id, dsp.device_name, dsp.model, dsp.installation_position, dsp.buy_time, dsp.price, dsp.maintenance_cycle, dsp.last_maintenance_time, dsp.maintenance_situation, dsp.maintenance_personnel, dsp.state, dsp.remark, - dsp.monitoring_points_id, dsp.create_by, dsp.create_time, dsp.update_by, dsp.update_time, dsp.del_flag, dsp.dept_id,dsp.sigen_code, - dmp.lng, dmp.lat, dmp.point_name AS pointName, dmp.point_address - from dkl_security_equipment dsp - Left join sys_dept d on dsp.dept_id = d.dept_id - Left Join dkl_monitoring_points dmp on dmp.id = dsp.monitoring_points_id - - - - - - - - insert into dkl_security_equipment - - id, - device_name, - model, - installation_position, - buy_time, - price, - maintenance_cycle, - last_maintenance_time, - maintenance_situation, - maintenance_personnel, - state, - remark, - monitoring_points_id, - create_by, - create_time, - update_by, - update_time, - del_flag, - dept_id, - sigen_code, - - - #{id}, - #{deviceName}, - #{model}, - #{installationPosition}, - #{buyTime}, - #{price}, - #{maintenanceCycle}, - #{lastMaintenanceTime}, - #{maintenanceSituation}, - #{maintenancePersonnel}, - #{state}, - #{remark}, - #{monitoringPointsId}, - #{createBy}, - #{createTime}, - #{updateBy}, - #{updateTime}, - #{delFlag}, - #{deptId}, - #{sigenCode}, - - - - - update dkl_security_equipment - - device_name = #{deviceName}, - model = #{model}, - installation_position = #{installationPosition}, - buy_time = #{buyTime}, - price = #{price}, - maintenance_cycle = #{maintenanceCycle}, - last_maintenance_time = #{lastMaintenanceTime}, - maintenance_situation = #{maintenanceSituation}, - maintenance_personnel = #{maintenancePersonnel}, - state = #{state}, - remark = #{remark}, - monitoring_points_id = #{monitoringPointsId}, - create_by = #{createBy}, - create_time = #{createTime}, - update_by = #{updateBy}, - update_time = #{updateTime}, - del_flag = #{delFlag}, - dept_id = #{deptId}, - sigen_code = #{sigenCode}, - - where id = #{id} - - - - delete from dkl_security_equipment where id = #{id} - - - - delete from dkl_security_equipment where id in - - #{id} - - - diff --git a/Dkl-vue3-ui-DP/src/views/system/analysis/index.vue b/Dkl-vue3-ui-DP/src/views/system/analysis/index.vue new file mode 100644 index 0000000..7e9b5c4 --- /dev/null +++ b/Dkl-vue3-ui-DP/src/views/system/analysis/index.vue @@ -0,0 +1,337 @@ + + +