|
|
@ -151,12 +151,13 @@ |
|
|
|
|
|
|
|
<select id="cz" resultType="org.nl.wms.board.service.dao.dto.CzDto"> |
|
|
|
SELECT |
|
|
|
a.palletSN, |
|
|
|
any_value ( a.productName ) as productName, |
|
|
|
any_value ( a.productDescription ) as productDescription, |
|
|
|
a.palletSN as sub_tray, |
|
|
|
any_value ( a.productName ) as material_code, |
|
|
|
any_value ( a.productDescription ) as material_name, |
|
|
|
sum( a.qty ) as qty, |
|
|
|
sum( a.incomingWeight ) as incomingWeight, |
|
|
|
any_value ( a.supplierName ) as supplierName |
|
|
|
any_value ( a.supplierName ) as supplierName, |
|
|
|
count(*) as number |
|
|
|
FROM |
|
|
|
( |
|
|
|
SELECT |
|
|
|