@@ -225,7 +225,7 @@ class ProductProcessController(
jobOrderCode = jobOrderCode,
bomIds = parsedBomIds,
qcReady = qcReady,
isDrink = isDrink,
bomType = bomType,
page = page,
size = size
)
+ 9- 0
src/main/resources/db/changelog/changes/20260408_01_Enson/02_alter_stock_take.sql파일 보기
@@ -0,0 +1,9 @@
-- liquibase formatted sql
-- changeset Enson:alter_bom_type
-- preconditions onFail:MARK_RAN
-- precondition-sql-check expectedResult:0 SELECT COUNT(*) FROM information_schema.columns WHERE table_schema='fpsmsdb' AND table_name='bom' AND column_name='type'
ALTER TABLE `fpsmsdb`.`bom`
Add COLUMN `type` varchar(255);
+ 15- 0
src/main/resources/db/changelog/changes/20260408_01_Enson/03_alter_stock_take.sql파일 보기