|
|
@ -195,7 +195,7 @@ |
|
|
|
<select id="exceptionNumber" resultType="com.logpm.report.vo.qulity.dispatch.QualityDispatchNumberVO"> |
|
|
|
<select id="exceptionNumber" resultType="com.logpm.report.vo.qulity.dispatch.QualityDispatchNumberVO"> |
|
|
|
select t.warehouse_name |
|
|
|
select t.warehouse_name |
|
|
|
<if test="query.deliveryType != null and query.deliveryType != ''"> |
|
|
|
<if test="query.deliveryType != null and query.deliveryType != ''"> |
|
|
|
,t.type |
|
|
|
,t.type deliveryType |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
,sum(t.num) exceptionNum |
|
|
|
,sum(t.num) exceptionNum |
|
|
|
from (select dl.warehouse_name, |
|
|
|
from (select dl.warehouse_name, |
|
|
|