north-glass-erp/target/classes/mapper/sd/OrderOtherMoneyMapper.xml
@@ -5,8 +5,14 @@ <mapper namespace="com.example.erp.mapper.sd.OrderOtherMoneyMapper"> <select id="findById"> select a.*, b.alias a.order_id, a.`column`, a.quantity, a.price, a.money, a.create_time, b.alias, b.id from order_other_money as a left join basic_other_money as b on a.`column` = b.`column`