Redeem 1 тиждень тому
батько
коміт
804173fceb

+ 1 - 1
src/main/java/com/steerinfo/baseinfo/trucktarecheckwide/mapper/TruckTareCheckWideMapper.xml

@@ -267,7 +267,7 @@
       <if test="calcDate != null">
         and TO_CHAR(CALC_DATE,'yyyy-MM-dd') = #{calcDate}
       </if>
-      <if test="isValid != null">meterreportwides
+      <if test="isValid != null">
         and IS_VALID = #{isValid}
       </if>
       <if test="baseSpotNameStr != null and baseSpotNameStr.length > 0">

+ 1 - 1
src/main/java/com/steerinfo/meterwork/meterworkrailwayactual/mapper/MeterWorkRailwayActualMapper.xml

@@ -4296,7 +4296,7 @@
         #{id}
       </foreach>
     </if>
-      <if test="baseSpotNos != null and baseSpotNos.size() != 0">
+    <if test="baseSpotNos != null and baseSpotNos.size() != 0">
       and NET_SPOT3_NO in
       <foreach collection="baseSpotNos" item="id" open="(" close=")" separator=",">
         #{id}