src/main/resources/mapper/account/SalesRefundAmountOrderMapper.xml
@@ -27,7 +27,7 @@ from sales_refund_amount_order srao left join return_management rm on srao.return_management_id = rm.id left join return_sale_product rs on rm.id = rs.return_management_id left join sales_ledger_product slp on rs.return_sale_ledger_product_id = slp.id left join sales_ledger_product slp on rs.return_sales_ledger_product_id = slp.id left join sales_ledger sl on slp.sales_ledger_id = sl.id <where> <if test="ew.salesContractNo != null and ew.salesContractNo !=''">