Parcourir la source

xiuggai xigua bug

txf il y a 3 ans
Parent
commit
cc00944d2d

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/TmstruckMeasureCommissionMapper.xml

@@ -1019,6 +1019,6 @@
     <select id="selectNoNetWeightResult" parameterType="java.math.BigDecimal" resultType="java.lang.Integer">
         select COUNT(TWR.WEIGHT_TASK_RESULT_ID)
         from TMSTRUCK_WEIGHT_RESULT TWR
-        where TWR.RESULT_NET_WEIGHT is null
+        where TWR.RESULT_NET_WEIGHT is null and TWR.RESULT_TOTAL_ID = #{resultTotalId}
     </select>
 </mapper>