maven
4 天以前 64110900bebdf35dc1ecb0a0169c2e40276bf2d9
yys 1.生产入库产品消息不回显问题
2.生产核算查询问题
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 != '' ">