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