From 8706d6948d9a922d8e5adce27f49790ad4ac1d71 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 10 3月 2025 16:38:59 +0800 Subject: [PATCH] 【缓存岛齐包管理】的缺包列表中明细,没有显示出 缺包的数据 --- DBScript/02_DML/01_InitData.sql | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/DBScript/02_DML/01_InitData.sql b/DBScript/02_DML/01_InitData.sql index 5b4c7d0..6e17630 100644 --- a/DBScript/02_DML/01_InitData.sql +++ b/DBScript/02_DML/01_InitData.sql @@ -25,5 +25,22 @@ 0 ); - + DELETE wms_rbline_runmode ; +INSERT INTO wms_rbline_runmode( + [id], + [CreateUserName], + [CreateTime], + [UpdateUserName], + [UpdateTime], + [IsDelete] +) +VALUES + ( + '613664349835335', + 'sys', + getdate(), + 'sys', + getdate(), + 0 + ); \ No newline at end of file -- Gitblit v1.9.3