From 3ae364164cb9d85acce0b53a1ba5c70a80991308 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 03 七月 2024 22:21:49 +0800
Subject: [PATCH] 温度循环+报告英文换行+检验只有一项的设备查询+光纤配置报告换页+温度湿度

---
 performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml |   87 ++++++++++++++++++++++---------------------
 1 files changed, 44 insertions(+), 43 deletions(-)

diff --git a/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml b/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
index 3103c80..2fced33 100644
--- a/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
+++ b/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
@@ -1,51 +1,50 @@
 <?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.yuanchu.mom.mapper.AuxiliaryCorrectionHoursMapper">
-
     <!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
     <resultMap id="BaseResultMap" type="com.yuanchu.mom.pojo.AuxiliaryCorrectionHours">
-        <id column="id" property="id" />
-        <result column="name_user" property="nameUser" />
-        <result column="type" property="type" />
-        <result column="one_hours" property="oneHours" />
-        <result column="two_hours" property="twoHours" />
-        <result column="three_hours" property="threeHours" />
-        <result column="four_hours" property="fourHours" />
-        <result column="five_hours" property="fiveHours" />
-        <result column="six_hours" property="sixHours" />
-        <result column="seven_hours" property="sevenHours" />
-        <result column="eight_hours" property="eightHours" />
-        <result column="nine_hours" property="nineHours" />
-        <result column="ten_hours" property="tenHours" />
-        <result column="eleven_hours" property="elevenHours" />
-        <result column="twelve_hours" property="twelveHours" />
-        <result column="thirteen_hours" property="thirteenHours" />
-        <result column="fourteen_hours" property="fourteenHours" />
-        <result column="fifteen_hours" property="fifteenHours" />
-        <result column="sixteen_hours" property="sixteenHours" />
-        <result column="seventeen_hours" property="seventeenHours" />
-        <result column="eighteen_hours" property="eighteenHours" />
-        <result column="nineteen_hours" property="nineteenHours" />
-        <result column="twenty_hours" property="twentyHours" />
-        <result column="twenty_one_hours" property="twentyOneHours" />
-        <result column="twenty_two_hours" property="twentyTwoHours" />
-        <result column="twenty_three_hours" property="twentyThreeHours" />
-        <result column="twenty_four_hours" property="twentyFourHours" />
-        <result column="twenty_five_hours" property="twentyFiveHours" />
-        <result column="twenty_six_hours" property="twentySixHours" />
-        <result column="twenty_seven_hours" property="twentySevenHours" />
-        <result column="twenty_eight_hours" property="twentyEightHours" />
-        <result column="twenty_nine_hours" property="twentyNineHours" />
-        <result column="thirty_hours" property="thirtyHours" />
-        <result column="thirty_one_hours" property="thirtyOneHours" />
-        <result column="month" property="month" />
-        <result column="create_time" property="createTime" />
-        <result column="update_time" property="updateTime" />
-        <result column="create_user" property="createUser" />
-        <result column="update_user" property="updateUser" />
+        <id column="id" property="id"/>
+        <result column="name_user" property="nameUser"/>
+        <result column="type" property="type"/>
+        <result column="one_hours" property="oneHours"/>
+        <result column="two_hours" property="twoHours"/>
+        <result column="three_hours" property="threeHours"/>
+        <result column="four_hours" property="fourHours"/>
+        <result column="five_hours" property="fiveHours"/>
+        <result column="six_hours" property="sixHours"/>
+        <result column="seven_hours" property="sevenHours"/>
+        <result column="eight_hours" property="eightHours"/>
+        <result column="nine_hours" property="nineHours"/>
+        <result column="ten_hours" property="tenHours"/>
+        <result column="eleven_hours" property="elevenHours"/>
+        <result column="twelve_hours" property="twelveHours"/>
+        <result column="thirteen_hours" property="thirteenHours"/>
+        <result column="fourteen_hours" property="fourteenHours"/>
+        <result column="fifteen_hours" property="fifteenHours"/>
+        <result column="sixteen_hours" property="sixteenHours"/>
+        <result column="seventeen_hours" property="seventeenHours"/>
+        <result column="eighteen_hours" property="eighteenHours"/>
+        <result column="nineteen_hours" property="nineteenHours"/>
+        <result column="twenty_hours" property="twentyHours"/>
+        <result column="twenty_one_hours" property="twentyOneHours"/>
+        <result column="twenty_two_hours" property="twentyTwoHours"/>
+        <result column="twenty_three_hours" property="twentyThreeHours"/>
+        <result column="twenty_four_hours" property="twentyFourHours"/>
+        <result column="twenty_five_hours" property="twentyFiveHours"/>
+        <result column="twenty_six_hours" property="twentySixHours"/>
+        <result column="twenty_seven_hours" property="twentySevenHours"/>
+        <result column="twenty_eight_hours" property="twentyEightHours"/>
+        <result column="twenty_nine_hours" property="twentyNineHours"/>
+        <result column="thirty_hours" property="thirtyHours"/>
+        <result column="thirty_one_hours" property="thirtyOneHours"/>
+        <result column="month" property="month"/>
+        <result column="create_time" property="createTime"/>
+        <result column="update_time" property="updateTime"/>
+        <result column="create_user" property="createUser"/>
+        <result column="update_user" property="updateUser"/>
     </resultMap>
     <select id="selectAuxiliaryCorrectionHours" resultType="com.yuanchu.mom.dto.AuxiliaryCorrectionHoursDto">
-        select data.*
+        select A.*
         from (
         select ach.*,name
         FROM auxiliary_correction_hours ach
@@ -56,12 +55,14 @@
                 #{val}
             </foreach>
         </if>
-        ) data
+        ) A
         <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">
             ${ew.customSqlSegment}
         </if>
     </select>
     <select id="selDepartLimsByName" resultType="java.lang.Integer">
-        select id from department_lims where name LIKE CONCAT('%', #{departLims}, '%');
+        select id
+        from department_lims
+        where name LIKE CONCAT('%', #{departLims}, '%');
     </select>
 </mapper>

--
Gitblit v1.9.3