From adf622258d11cff158aa62a0db40346a792b8d8a Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周日, 01 12月 2024 13:57:05 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine --- 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