Files
wms_base/wms_pro/hd/nladmin-system/src/main/resources/banner.txt
2024-12-01 10:37:48 +08:00

23 lines
769 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

------------------------------
托盘库编码FStockPallet
料箱库编码: FStockId
虚拟库编码: FicStockId
-- 初始化仓库
UPDATE st_ivt_structattr set lock_type = '00' where stor_code = 'FStockId' and vehicle_code is not null;
UPDATE st_ivt_structattr set vehicle_code = null where stor_code = 'FStockId';
-- 初始化流程数据
delete from act_hi_execution;
delete from act_ru_execution;
-- 初始化出入库
delete from st_ivt_structivtflow;
delete from st_ivt_iostorinv;
delete from st_ivt_iostorinvdtl;
-- 初始化单据
delete from pm_form_data;
-- 初始化组盘
delete from md_group_dick;
delete from md_pb_vehiclemater;
-- 初始化任务
delete from sch_base_task;
------------------------------