chenlu
2024-04-23 492f1870ad3f79064f5d1a00cef4ad985cd0f8cf
north-glass-erp/src/main/resources/mapper/sd/OrderOtherMoneyMapper.xml
@@ -10,6 +10,7 @@
        from order_other_money as a
        left join  basic_other_money as b
        on a.`column` = b.`column`
        where a.order_id = #{orderId}
    </select>