From 18d292f1091b8b86ad29ba76e3cbe8ffaf2c222e Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期三, 11 六月 2025 17:45:39 +0800 Subject: [PATCH] 1.正式库合并以及优化 2.销售模块 --- main-business/src/main/resources/mapper/OfficialInventoryMapper.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/main-business/src/main/resources/mapper/OfficialInventoryMapper.xml b/main-business/src/main/resources/mapper/OfficialInventoryMapper.xml index 278bdb6..7fdf772 100644 --- a/main-business/src/main/resources/mapper/OfficialInventoryMapper.xml +++ b/main-business/src/main/resources/mapper/OfficialInventoryMapper.xml @@ -11,12 +11,11 @@ <result column="update_by" property="updateBy" /> <result column="update_time" property="updateTime" /> <result column="supplier_name" property="supplierName" /> - <result column="coal_type" property="coalType" /> + <result column="coal" property="coal" /> <result column="unit" property="unit" /> <result column="inventory_quantity" property="inventoryQuantity" /> <result column="price_including_tax" property="priceIncludingTax" /> <result column="total_price_including_tax" property="totalPriceIncludingTax" /> - <result column="cost_per_unit" property="costPerUnit" /> <result column="pending_replenishment" property="pendingReplenishment" /> <result column="registrant_id" property="registrantId" /> <result column="registration_date" property="registrationDate" /> @@ -29,7 +28,7 @@ create_time, update_by, update_time, - id, supplier_name, coal_type, unit, inventory_quantity, price_including_tax, total_price_including_tax, cost_per_unit, pending_replenishment, registrant_id, registration_date + id, supplier_name, coal_type, unit, inventory_quantity, price_including_tax, total_price_including_tax, pending_replenishment, registrant_id, registration_date </sql> </mapper> \ No newline at end of file -- Gitblit v1.9.3