Browse Source

SqlServer的机器人化验科数据定时获取 保存新增几个字段

wangmiaomiao 10 months ago
parent
commit
12b041b098

+ 17 - 0
slibra-quartz/src/main/java/com/slibra/quartz/task/RyTask.java

@@ -1109,6 +1109,23 @@ public class RyTask
                 tXinyiRobot.setTestHour(date + " " + time.substring(0, 2));//小时
                 tXinyiRobot.setTestTime(date + " " + time.substring(0, 5));//分钟
                 tXinyiRobot.setCreatedTime(new Date());
+                //2024年5月29日10:33:32  额外处理几个新增的字段 多个池子数据合并一个
+                List<BigDecimal> extraList = new ArrayList<>();
+                extraList.add(tXinyiRobot.getNo3Hlj1Jqr());
+                extraList.add(tXinyiRobot.getNo3Hlj2Jqr());
+                tXinyiRobot.setHycxsyAll(JSON.toJSONString(extraList));
+                extraList.clear();
+                extraList.add(tXinyiRobot.getNh31Jqr());
+                extraList.add(tXinyiRobot.getNh32Jqr());
+                tXinyiRobot.setQyanAll(JSON.toJSONString(extraList));
+                extraList.clear();
+                extraList.add(tXinyiRobot.getNo3Qyc1Jqr());
+                extraList.add(tXinyiRobot.getNo3Qyc2Jqr());
+                tXinyiRobot.setQyckxsyAll(JSON.toJSONString(extraList));
+                extraList.clear();
+                extraList.add(tXinyiRobot.getTpHl1Jqr());
+                extraList.add(tXinyiRobot.getTpHl2Jqr());
+                tXinyiRobot.setHyzlsyAll(JSON.toJSONString(extraList));
                 this.xinyiRobotMapper.insertTXinyiRobot(tXinyiRobot);
             }
         }

+ 18 - 0
slibra-system/src/main/java/com/slibra/business/domain/TXinyiRobot.java

@@ -151,4 +151,22 @@ public class TXinyiRobot
     @Excel(name = "创建时间", width = 30, dateFormat = "yyyy-MM-dd")
     private Date createdTime;
 
+    //2024年5月29日10:32:26  新增的字段  多个池子合并一个
+
+    /** 好氧池硝酸盐(多个池子) */
+    @Excel(name = "好氧池硝酸盐", readConverterExp = "多=个池子")
+    private String hycxsyAll;
+
+    /** 缺氧氨氮(多个池子) */
+    @Excel(name = "缺氧氨氮", readConverterExp = "多=个池子")
+    private String qyanAll;
+
+    /** 缺氧硝酸盐(多个池子) */
+    @Excel(name = "缺氧硝酸盐", readConverterExp = "多=个池子")
+    private String qyckxsyAll;
+
+    /** 好氧池正磷酸盐(多个池子) */
+    @Excel(name = "好氧池正磷酸盐", readConverterExp = "多=个池子")
+    private String hyzlsyAll;
+
 }

+ 27 - 2
slibra-system/src/main/resources/mapper/business/TXinyiRobotMapper.xml

@@ -36,6 +36,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <result property="no3Qyc2Yz"    column="NO3_QYC_2_YZ"    />
         <result property="JSLL"    column="JSLL"    />
         <result property="createdTime"    column="CREATED_TIME"    />
+        <result property="hycxsyAll"    column="HYCXSY_ALL"    />
+        <result property="qyanAll"    column="QYAN_ALL"    />
+        <result property="qyckxsyAll"    column="QYCKXSY_ALL"    />
+        <result property="hyzlsyAll"    column="HYZLSY_ALL"    />
     </resultMap>
 
     <sql id="selectTXinyiSqlServer">
@@ -43,7 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </sql>
 
     <sql id="selectTXinyiRobotVo">
-        select V_DATE, V_TIME, COD_YB, COD_JQR, COD_YZ, TP_HL1_JQR, TP_HL2_JQR, TP_RCC_JQR, TP_1_YZ, TP_2_YZ, TP_RCC_YZ, NH3_1_JQR, NH3_2_JQR, NH3_1_YZ, NO3_HLC1_YZ, NH3_2_YZ, NO3_HLC2_YZ, NO3_HLJ1_JQR, NO3_HLJ2_JQR, TYLL, NO3_QYC_1_JQR, NO3_QYC_2_JQR, NO3_QYC_1_YZ, NO3_QYC_2_YZ, JSLL from t_xinyi_robot
+        select ID, V_DATE, V_TIME, V_DATE_TIME, TEST_DATE, TEST_HOUR, TEST_TIME, COD_YB, COD_JQR, COD_YZ, TP_HL1_JQR, TP_HL2_JQR, TP_RCC_JQR, TP_1_YZ, TP_2_YZ, TP_RCC_YZ, NH3_1_JQR, NH3_2_JQR, NH3_1_YZ, NO3_HLC1_YZ, NH3_2_YZ, NO3_HLC2_YZ, NO3_HLJ1_JQR, NO3_HLJ2_JQR, TYLL, NO3_QYC_1_JQR, NO3_QYC_2_JQR, NO3_QYC_1_YZ, NO3_QYC_2_YZ, JSLL, CREATED_TIME, HYCXSY_ALL, QYAN_ALL, QYCKXSY_ALL, HYZLSY_ALL from t_xinyi_robot
     </sql>
 
     <select id="selectTXinyiRobotList" parameterType="TXinyiRobot" resultMap="TXinyiRobotResult">
@@ -53,6 +57,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="vDate != null  and vDate != ''"> and V_DATE = #{vDate}</if>
             <if test="vTime != null  and vTime != ''"> and V_TIME = #{vTime}</if>
             <if test="vDateTime != null  and vDateTime != ''"> and V_DATE_TIME = #{vDateTime}</if>
+            <if test="testDate != null  and testDate != ''"> and TEST_DATE = #{testDate}</if>
+            <if test="testHour != null  and testHour != ''"> and TEST_HOUR = #{testHour}</if>
+            <if test="testTime != null  and testTime != ''"> and TEST_TIME = #{testTime}</if>
             <if test="codYb != null "> and COD_YB = #{codYb}</if>
             <if test="codJqr != null "> and COD_JQR = #{codJqr}</if>
             <if test="codYz != null "> and COD_YZ = #{codYz}</if>
@@ -77,10 +84,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="no3Qyc2Yz != null "> and NO3_QYC_2_YZ = #{no3Qyc2Yz}</if>
             <if test="JSLL != null "> and JSLL = #{JSLL}</if>
             <if test="createdTime != null "> and CREATED_TIME = #{createdTime}</if>
+            <if test="hycxsyAll != null  and hycxsyAll != ''"> and HYCXSY_ALL = #{hycxsyAll}</if>
+            <if test="qyanAll != null  and qyanAll != ''"> and QYAN_ALL = #{qyanAll}</if>
+            <if test="qyckxsyAll != null  and qyckxsyAll != ''"> and QYCKXSY_ALL = #{qyckxsyAll}</if>
+            <if test="hyzlsyAll != null  and hyzlsyAll != ''"> and HYZLSY_ALL = #{hyzlsyAll}</if>
         </where>
         order by id desc
     </select>
-    
+
     <select id="selectTXinyiRobotByID" parameterType="Long" resultMap="TXinyiRobotResult">
         <include refid="selectTXinyiRobotVo"/>
         where ID = #{ID}
@@ -119,6 +130,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="no3Qyc2Yz != null">NO3_QYC_2_YZ,</if>
             <if test="JSLL != null">JSLL,</if>
             <if test="createdTime != null">CREATED_TIME,</if>
+            <if test="hycxsyAll != null">HYCXSY_ALL,</if>
+            <if test="qyanAll != null">QYAN_ALL,</if>
+            <if test="qyckxsyAll != null">QYCKXSY_ALL,</if>
+            <if test="hyzlsyAll != null">HYZLSY_ALL,</if>
         </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             <if test="vDate != null">#{vDate},</if>
@@ -151,6 +166,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="no3Qyc2Yz != null">#{no3Qyc2Yz},</if>
             <if test="JSLL != null">#{JSLL},</if>
             <if test="createdTime != null">#{createdTime},</if>
+            <if test="hycxsyAll != null">#{hycxsyAll},</if>
+            <if test="qyanAll != null">#{qyanAll},</if>
+            <if test="qyckxsyAll != null">#{qyckxsyAll},</if>
+            <if test="hyzlsyAll != null">#{hyzlsyAll},</if>
         </trim>
     </insert>
 
@@ -187,10 +206,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="no3Qyc2Yz != null">NO3_QYC_2_YZ = #{no3Qyc2Yz},</if>
             <if test="JSLL != null">JSLL = #{JSLL},</if>
             <if test="createdTime != null">CREATED_TIME = #{createdTime},</if>
+            <if test="hycxsyAll != null">HYCXSY_ALL = #{hycxsyAll},</if>
+            <if test="qyanAll != null">QYAN_ALL = #{qyanAll},</if>
+            <if test="qyckxsyAll != null">QYCKXSY_ALL = #{qyckxsyAll},</if>
+            <if test="hyzlsyAll != null">HYZLSY_ALL = #{hyzlsyAll},</if>
         </trim>
         where ID = #{ID}
     </update>
 
+
+    <!-- 替换文件的时候,下面的不要删 -->
     <delete id="deleteTXinyiRobotByID" parameterType="Long">
         delete from t_xinyi_robot where ID = #{ID}
     </delete>