zhangyuewww 2 years ago
parent
commit
d4ced2d641

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehousingOrderMapper.xml

@@ -316,7 +316,7 @@
         <if test="warehouseName == null or warehouseName == ''">
             and pm.warehouse_name !='丹东港'
         </if>
-        group BY pm.contract_no,pm.customer_name,pm.goods_name
+        group BY pm.contract_no,pm.customer_number_card,pm.goods_name
     </select>
     <!-- 采购入库单查询 -->
     <select id="getPurchaseListByCondition" parameterType="Map"