Przeglądaj źródła

查询预测结果比对 因生成代码覆盖导致的bug修改

wangmiaomiao 8 miesięcy temu
rodzic
commit
6b7139a583

+ 37 - 33
slibra-system/src/main/resources/mapper/business/TXinyiForecastComparisonMapper.xml

@@ -44,39 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         select id, category, forecast_time_one, real_one, hs_forecast_one, hs_error_rate_one, hs_one_subtract, yy_forecast_one, yy_error_rate_one, yy_one_subtract, forecast_time_two, real_two, hs_forecast_two, hs_error_rate_two, hs_two_subtract, yy_forecast_two, yy_error_rate_two, yy_two_subtract, forecast_time_three, real_three, hs_forecast_three, hs_error_rate_three, hs_three_subtract, yy_forecast_three, yy_error_rate_three, yy_three_subtract, del_flag, revision, create_by, create_time, update_by, update_time, remark from t_xinyi_forecast_comparison
     </sql>
 
-    <select id="selectTXinyiForecastComparisonList" parameterType="TXinyiForecastComparison" resultMap="TXinyiForecastComparisonResult">
-        <include refid="selectTXinyiForecastComparisonVo"/>
-        <where>
-            1 = 1
-            <if test="category != null  and category != ''"> and category = #{category}</if>
-            <if test="forecastTimeOne != null  and forecastTimeOne != ''"> and forecast_time_one = #{forecastTimeOne}</if>
-            <if test="realOne != null "> and real_one = #{realOne}</if>
-            <if test="hsForecastOne != null "> and hs_forecast_one = #{hsForecastOne}</if>
-            <if test="hsErrorRateOne != null "> and hs_error_rate_one = #{hsErrorRateOne}</if>
-            <if test="hsOneSubtract != null "> and hs_one_subtract = #{hsOneSubtract}</if>
-            <if test="yyForecastOne != null "> and yy_forecast_one = #{yyForecastOne}</if>
-            <if test="yyErrorRateOne != null "> and yy_error_rate_one = #{yyErrorRateOne}</if>
-            <if test="yyOneSubtract != null "> and yy_one_subtract = #{yyOneSubtract}</if>
-            <if test="forecastTimeTwo != null  and forecastTimeTwo != ''"> and forecast_time_two = #{forecastTimeTwo}</if>
-            <if test="realTwo != null "> and real_two = #{realTwo}</if>
-            <if test="hsForecastTwo != null "> and hs_forecast_two = #{hsForecastTwo}</if>
-            <if test="hsErrorRateTwo != null "> and hs_error_rate_two = #{hsErrorRateTwo}</if>
-            <if test="hsTwoSubtract != null "> and hs_two_subtract = #{hsTwoSubtract}</if>
-            <if test="yyForecastTwo != null "> and yy_forecast_two = #{yyForecastTwo}</if>
-            <if test="yyErrorRateTwo != null "> and yy_error_rate_two = #{yyErrorRateTwo}</if>
-            <if test="yyTwoSubtract != null "> and yy_two_subtract = #{yyTwoSubtract}</if>
-            <if test="forecastTimeThree != null  and forecastTimeThree != ''"> and forecast_time_three = #{forecastTimeThree}</if>
-            <if test="realThree != null "> and real_three = #{realThree}</if>
-            <if test="hsForecastThree != null "> and hs_forecast_three = #{hsForecastThree}</if>
-            <if test="hsErrorRateThree != null "> and hs_error_rate_three = #{hsErrorRateThree}</if>
-            <if test="hsThreeSubtract != null "> and hs_three_subtract = #{hsThreeSubtract}</if>
-            <if test="yyForecastThree != null "> and yy_forecast_three = #{yyForecastThree}</if>
-            <if test="yyErrorRateThree != null "> and yy_error_rate_three = #{yyErrorRateThree}</if>
-            <if test="yyThreeSubtract != null "> and yy_three_subtract = #{yyThreeSubtract}</if>
-            <if test="revision != null "> and revision = #{revision}</if>
-        </where>
-        and del_flag = 0 order by id desc
-    </select>
+
     
     <select id="selectTXinyiForecastComparisonById" parameterType="Long" resultMap="TXinyiForecastComparisonResult">
         <include refid="selectTXinyiForecastComparisonVo"/>
@@ -207,4 +175,40 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             #{id}
         </foreach>
     </delete>
+
+    <!-- 2024年7月12日09:36:25 不可以覆盖的代码 -->
+    <select id="selectTXinyiForecastComparisonList" parameterType="TXinyiForecastComparison" resultMap="TXinyiForecastComparisonResult">
+        <include refid="selectTXinyiForecastComparisonVo"/>
+        <where>
+            1 = 1
+            <if test="category != null  and category != ''"> and category = #{category}</if>
+            <if test="forecastTimeOne != null  and forecastTimeOne != ''"> and forecast_time_one = #{forecastTimeOne}</if>
+            <if test="realOne != null "> and real_one = #{realOne}</if>
+            <if test="hsForecastOne != null "> and hs_forecast_one = #{hsForecastOne}</if>
+            <if test="hsErrorRateOne != null "> and hs_error_rate_one = #{hsErrorRateOne}</if>
+            <if test="hsOneSubtract != null "> and hs_one_subtract = #{hsOneSubtract}</if>
+            <if test="yyForecastOne != null "> and yy_forecast_one = #{yyForecastOne}</if>
+            <if test="yyErrorRateOne != null "> and yy_error_rate_one = #{yyErrorRateOne}</if>
+            <if test="yyOneSubtract != null "> and yy_one_subtract = #{yyOneSubtract}</if>
+            <if test="forecastTimeTwo != null  and forecastTimeTwo != ''"> and forecast_time_two = #{forecastTimeTwo}</if>
+            <if test="realTwo != null "> and real_two = #{realTwo}</if>
+            <if test="hsForecastTwo != null "> and hs_forecast_two = #{hsForecastTwo}</if>
+            <if test="hsErrorRateTwo != null "> and hs_error_rate_two = #{hsErrorRateTwo}</if>
+            <if test="hsTwoSubtract != null "> and hs_two_subtract = #{hsTwoSubtract}</if>
+            <if test="yyForecastTwo != null "> and yy_forecast_two = #{yyForecastTwo}</if>
+            <if test="yyErrorRateTwo != null "> and yy_error_rate_two = #{yyErrorRateTwo}</if>
+            <if test="yyTwoSubtract != null "> and yy_two_subtract = #{yyTwoSubtract}</if>
+            <if test="forecastTimeThree != null  and forecastTimeThree != ''"> and forecast_time_three = #{forecastTimeThree}</if>
+            <if test="realThree != null "> and real_three = #{realThree}</if>
+            <if test="hsForecastThree != null "> and hs_forecast_three = #{hsForecastThree}</if>
+            <if test="hsErrorRateThree != null "> and hs_error_rate_three = #{hsErrorRateThree}</if>
+            <if test="hsThreeSubtract != null "> and hs_three_subtract = #{hsThreeSubtract}</if>
+            <if test="yyForecastThree != null "> and yy_forecast_three = #{yyForecastThree}</if>
+            <if test="yyErrorRateThree != null "> and yy_error_rate_three = #{yyErrorRateThree}</if>
+            <if test="yyThreeSubtract != null "> and yy_three_subtract = #{yyThreeSubtract}</if>
+            <if test="revision != null "> and revision = #{revision}</if>
+            <if test="remark != null "> and remark = #{remark}</if>
+        </where>
+        and del_flag = 0 order by id desc
+    </select>
 </mapper>