Browse Source

bugFix 卷号不存在的问题

xiahan 1 year ago
parent
commit
37f5ec051f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      comCustomer-entity/src/main/resources/mybatis/ComCustomerDao.xml

+ 1 - 1
comCustomer-entity/src/main/resources/mybatis/ComCustomerDao.xml

@@ -101,7 +101,7 @@
     <select id="getProductByIds" resultType="com.bsentity.dto.ComProductExportDto">
         SELECT
             (@row_number:=@row_number+1) as NO , p.ORIORDERNO , p.ALLOY , p.ISSTATUS ,
-            CONCAT(p.THICK,"*",p.WIDE,"*",p.LONGS) AS specifications ,p.COMWEIGHT,
+            CONCAT(p.THICK,"*",p.WIDE,"*",p.LONGS) AS specifications ,p.COMWEIGHT,p.VOLUMENO as volumeNo
             p.MRAWEIGHT , p.DEFECT
         FROM
             com_metal_product p,