maven
4 天以前 47200ddd17698ae4afefd0d25c6b1b9551bcf14f
yys 1.工资计算修改
已修改1个文件
9 ■■■■■ 文件已修改
src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/production/SalesLedgerProductionAccountingMapper.xml
@@ -12,13 +12,12 @@
        t4.finished_num,
        t4.work_hours,
        t4.process,
        t3.product_name as productCategory,
        t2.model as specificationModel,
        t2.unit
        t3.product_category,
        t3.specification_model,
        t3.unit
        FROM
        sales_ledger_production_accounting t4
        left join product_model t2 on t2.id = t4.sales_ledger_product_id
        left join product t3 on t3.id = t2.product_id
        left join sales_ledger_product t3 on t4.sales_ledger_product_id = t3.id and t3.type = 3
        <where>
            <if test="salesLedgerDto.schedulingUserName != null and salesLedgerDto.schedulingUserName != '' ">
                AND  t4.scheduling_user_name LIKE CONCAT('%',#{salesLedgerDto.schedulingUserName},'%')