补充2025年
This commit is contained in:
parent
a2765c459c
commit
bba6977cbf
|
@ -0,0 +1,23 @@
|
|||
|
||||
|
||||
--²¹³äÏÂÀÄê·Ý
|
||||
IF NOT EXISTS (SELECT * FROM Sys_Const WHERE ConstValue = '2025' and GroupId='0008')
|
||||
BEGIN
|
||||
INSERT INTO dbo.Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId)
|
||||
VALUES(newid(),'2025','2025Äê',2025,'0008')
|
||||
END
|
||||
GO
|
||||
IF NOT EXISTS (SELECT * FROM Sys_Const WHERE ConstValue = '2026' and GroupId='0008')
|
||||
BEGIN
|
||||
INSERT INTO dbo.Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId)
|
||||
VALUES(newid(),'2026','2026Äê',2026,'0008')
|
||||
END
|
||||
GO
|
||||
IF NOT EXISTS (SELECT * FROM Sys_Const WHERE ConstValue = '2027' and GroupId='0008')
|
||||
BEGIN
|
||||
INSERT INTO dbo.Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId)
|
||||
VALUES(newid(),'2027','2027Äê',2027,'0008')
|
||||
END
|
||||
GO
|
||||
|
||||
|
Loading…
Reference in New Issue