|
@@ -362,6 +362,7 @@
|
|
ON rp.PORT_ID = wgm.PORT_ID
|
|
ON rp.PORT_ID = wgm.PORT_ID
|
|
WHERE wgm.DELETED = 0
|
|
WHERE wgm.DELETED = 0
|
|
AND rp.PORT_NAME ! = '万州港'
|
|
AND rp.PORT_NAME ! = '万州港'
|
|
|
|
+ order by rp.PORT_NAME,rm.MATERIAL_NAME
|
|
)
|
|
)
|
|
<where>
|
|
<where>
|
|
<if test="portName != null">
|
|
<if test="portName != null">
|