maven
4 天以前 2d47aaf0ef549515fff01e84566ecbf42923d280
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,