Browse Source

修改下游港存库查询排序

liyg 2 years ago
parent
commit
33b8d686f5

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

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