liyg 2 лет назад
Родитель
Сommit
667ca6099f

+ 3 - 0
src/main/resources/com/steerinfo/dil/mapper/WmshGridMaterialMapper.xml

@@ -404,6 +404,9 @@
         rm.MATERIAL_NAME AS "materialName",
         db.RESULT_FOREIGN_SHIP_NAME AS "resultForeignShipName",
         BR ."remark" "type",
+        wgm.BATCH_ID as "batchId",
+        wgm.GM_ID "gmId",
+        wgm.PORT_ID "portId",
         notice."totalTonnage" - NVL( noticeIn."sumIn", 0 ) + NVL( noticeOut."sumOut", 0 ) "typeTotalTonnage",
         notice."totalTonnage" "afterTypeTotalTonnage",
         wgm.GM_TONNAGE AS "afterTonnage",