maven
4 天以前 da8131c0c41b79b12b4f764df5f7bf5438dd3556
src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
@@ -17,7 +17,7 @@
        t2.unit
        FROM
        sales_ledger_production_accounting t4
        left join product_model t2 on t2.id = t1.sales_ledger_product_id
        left join product_model t2 on t2.id = t4.sales_ledger_product_id
        left join product t3 on t3.id = t2.product_id
        <where>
            <if test="salesLedgerDto.schedulingUserName != null and salesLedgerDto.schedulingUserName != '' ">