diff --git a/crm-common/src/main/resources/mapper/mapper_oracle/stock/ClientStockReportMapper.xml b/crm-common/src/main/resources/mapper/mapper_oracle/stock/ClientStockReportMapper.xml index cacbcb4..b503e99 100644 --- a/crm-common/src/main/resources/mapper/mapper_oracle/stock/ClientStockReportMapper.xml +++ b/crm-common/src/main/resources/mapper/mapper_oracle/stock/ClientStockReportMapper.xml @@ -212,12 +212,13 @@ GROUP BY goods_no ) a LEFT JOIN crm_goods_info b ON a.goods_no = b.goods_no and b.company_id = #{companyId} + ORDER BY b.goods_no