From 3647aa5008055528f075ee73002542a1399575ae Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 19 三月 2025 14:45:39 +0800
Subject: [PATCH] 单点登录调整

---
 cnas-require/src/main/resources/mapper/FePowerStableMapper.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cnas-require/src/main/resources/mapper/FePowerStableMapper.xml b/cnas-require/src/main/resources/mapper/FePowerStableMapper.xml
index b295659..8b44ca4 100644
--- a/cnas-require/src/main/resources/mapper/FePowerStableMapper.xml
+++ b/cnas-require/src/main/resources/mapper/FePowerStableMapper.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.ruoyi.requier.mapper.FePowerStableMapper">
+<mapper namespace="com.ruoyi.require.mapper.FePowerStableMapper">
 
     <!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
-    <resultMap id="BaseResultMap" type="com.ruoyi.requier.pojo.FePowerStable">
+    <resultMap id="BaseResultMap" type="com.ruoyi.require.pojo.FePowerStable">
         <id column="power_stable_id" property="powerStableId" />
         <result column="test_location" property="testLocation" />
         <result column="test_date" property="testDate" />
@@ -15,7 +15,7 @@
         <result column="update_time" property="updateTime" />
     </resultMap>
 
-    <select id="getLaboratoryFacilityPowerStablePage" resultType="com.ruoyi.requier.dto.FePowerStableDto">
+    <select id="getLaboratoryFacilityPowerStablePage" resultType="com.ruoyi.require.dto.FePowerStableDto">
         SELECT cfps.*, d.*, u1.name checker_user, u2.name tester_user, dv.device_name, dv.management_number
         FROM cnas_fe_power_stable cfps
                  left join device dv on dv.id = cfps.device_id
@@ -47,7 +47,7 @@
     </select>
 
     <!-- 鏌ヨ鐢垫簮绋冲畾鎬� -->
-    <select id="selectPowerStable" resultType="com.ruoyi.requier.dto.FePowerStableExportDto">
+    <select id="selectPowerStable" resultType="com.ruoyi.require.dto.FePowerStableExportDto">
         SELECT cfps.*,
                dv.device_name,
                dv.management_number,

--
Gitblit v1.9.3