瀏覽代碼

xiuggai xigua bug

txf 3 年之前
父節點
當前提交
cc00944d2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/TmstruckMeasureCommissionMapper.xml

+ 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>