行为
需求 #7290
打开
行为
由 王 旭 在 11 个月 之前添加. 更新于 10 个月 之前.
100%
描述
文件
clipboard-202407011558-xjbpe.png | 查看 clipboard-202407011558-xjbpe.png | 114 KB | 任务管理 | 王 旭, 2024-07-01 07:58 |
下个版本已修复,在生产库执行如下脚本:
IF NOT EXISTS (Select * From TRC_ParaSet WITH WHERE ParaCode='WorkTask_Overdue_FormateByMonth')
BEGIN
INSERT INTO dbo.TRC_ParaSet (ParaCode, ParaName, ParaValue, ParaParentID, Remark, Category, AddOn, AddBy, EditOn)
VALUES ('WorkTask_Overdue_FormateByMonth', '有效期日期格式是否为年月 0:不是 1:是', '1', NULL, '', '生产任务', getdate(), NULL, NULL)
END
GO