@@ -426,7 +426,7 @@
on temp."materialName"=rm.MATERIAL_NAME
WHERE wgm.DELETED = 0
and RP.PORT_NAME = '万州港'
- and wgm.GM_TONNAGE as "gmTonnage" > 0
+ and wgm.GM_TONNAGE > 0
<if test="con!=null">
and (instr(rm.MATERIAL_NAME , #{con}) > 0 or instr(rp.PORT_NAME , #{con}) > 0 or instr(db.RESULT_FOREIGN_SHIP_NAME,#{con}) > 0)
</if>