maven
9 天以前 64812ecec137ffd019993c429116a8000edc6f46
src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
@@ -240,8 +240,6 @@
        t3.product_name as productCategory,
        t2.model as specificationModel,
        t2.unit,
        (t1.inbound_num * t2.tax_inclusive_unit_price) as taxInclusiveTotalPrice,
        (t1.inbound_num * t2.tax_inclusive_unit_price - t1.inbound_num * t2.tax_inclusive_unit_price * t2.tax_rate / 100) as taxExclusiveTotalPrice,
        t1.unit_price,
        t1.total_price,
        t1.inbound_batches,