From f3faaf0e700c819f6c6aee18066943efd3fe4a76 Mon Sep 17 00:00:00 2001 From: yangjieke <yangjieke@prec-tech.com> Date: 星期五, 22 四月 2022 14:18:45 +0800 Subject: [PATCH] 事件延期时增加标识,防止opd延期循环触发事件延期 --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index eecf1a5..cecd6fb 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,5 @@ $RECYCLE.BIN/ # Local environment variables -.env \ No newline at end of file +.env +.vim-force.com/session.properties -- Gitblit v1.9.1