From 8d258e0b07b94dc7c4b1cc9cadfbf132d6f05b8e Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期一, 26 一月 2026 13:23:25 +0800
Subject: [PATCH] feat(purchase): 添加采购登记日期范围查询功能

---
 main-business/src/main/resources/db/migration/postgresql/V20250613093400__create_table_production_master.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main-business/src/main/resources/db/migration/postgresql/V20250613093400__create_table_production_master.sql b/main-business/src/main/resources/db/migration/postgresql/V20250613093400__create_table_production_master.sql
index 01a1ba2..51e69ed 100644
--- a/main-business/src/main/resources/db/migration/postgresql/V20250613093400__create_table_production_master.sql
+++ b/main-business/src/main/resources/db/migration/postgresql/V20250613093400__create_table_production_master.sql
@@ -2,7 +2,7 @@
 CREATE TABLE production_master
 (
     id                      BIGSERIAL PRIMARY KEY,             -- 涓婚敭ID
-    coal_id                 BIGINT,                            -- 鐓ょID
+    coal_id                 VARCHAR(50),                           -- 鐓ょID
     production_quantity     INT            NOT NULL,           -- 鐢熶骇鏁伴噺
     labor_cost              DECIMAL(10, 2) NOT NULL,           -- 浜哄伐鎴愭湰
     energy_consumption_cost DECIMAL(10, 2) NOT NULL,           -- 鑳借�楁垚鏈�

--
Gitblit v1.9.3