maven
2 天以前 e5fca69b8448ef18baf99eb5b352210995a6aa78
src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
@@ -50,7 +50,10 @@
        t1.create_time,
        t1.update_time,
        t1.create_by,
        t2.warn_num
        t2.warn_num,
        t1.box_num,
        t1.carton_specifications,
        t1.dollar_price
        from  procurement_record_storage t1
                  left join sales_ledger_product t2 on t2.id = t1.sales_ledger_product_id and t2.type = 2
                  left join purchase_ledger t3 on t3.id = t2.sales_ledger_id
@@ -123,6 +126,7 @@
        t3.purchase_contract_number,
        t2.product_category,
        t1.id,
        GROUP_CONCAT(t1.id) as ids,
        t1.sales_ledger_product_id,
        t1.create_user,
        t2.specification_model,
@@ -140,7 +144,10 @@
        t1.create_time,
        t1.update_time,
        t1.create_by,
        t2.warn_num
        t2.warn_num,
        t1.box_num,
        t1.carton_specifications,
        t1.dollar_price
        from  procurement_record_storage t1
        left join sales_ledger_product t2 on t2.id = t1.sales_ledger_product_id and t2.type = 2
        left join purchase_ledger t3 on t3.id = t2.sales_ledger_id
@@ -195,12 +202,15 @@
            t1.update_time,
            t1.create_time as cTime,
            t1.update_time as uTime,
            t1.create_by
            t1.create_by,
            t1.box_num,
            t1.carton_specifications,
            t1.dollar_price
        from  procurement_record_storage t1
                  left join sales_ledger_product t2 on t2.id = t1.sales_ledger_product_id and t2.type = 2
                  left join purchase_ledger t3 on t3.id = t2.sales_ledger_id
        where t1.type = 1
        group by t3.supplier_name,t2.product_category,t2.specification_model
        group by t2.product_category,t2.specification_model
    </select>
    <select id="listCopyOne" resultType="com.ruoyi.procurementrecord.dto.ProcurementPageDtoCopy">
        select
@@ -229,7 +239,7 @@
                  left join sales_ledger_product t2 on t2.id = t1.sales_ledger_product_id and t2.type = 1
                  left join sales_ledger t3 on t3.id = t2.sales_ledger_id
        where t1.type = 2
        group by t3.customer_name,t2.product_category,t2.specification_model
        group by t2.product_category,t2.specification_model
    </select>
    <select id="listPageByProduction" resultType="com.ruoyi.procurementrecord.dto.ProcurementPageDto">
        select
@@ -279,6 +289,7 @@
        t3.customer_name,
        t2.product_category,
        t1.id,
        group_concat(t1.id) as ids,
        t1.sales_ledger_product_id,
        t1.create_user,
        t2.specification_model,