From 4c6bdfe1f3557e49a315c1564bcb6164c0bc7faa Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 03 四月 2020 18:27:22 +0800
Subject: [PATCH] 2020-04-03

---
 src/utils/utils.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/utils/utils.js b/src/utils/utils.js
index 901b4fe..73bfa58 100644
--- a/src/utils/utils.js
+++ b/src/utils/utils.js
@@ -1293,6 +1293,10 @@
         
         update ${param.name} set ${field3},modifydate=getdate(),modifyuserid=@UserID
       `
+    } else if (btn.OpenType === 'prompt' || btn.OpenType === 'exec') {
+      form = `
+        update ${param.name} set ModifyDate=getdate(),ModifyUserID=@UserID where ${primaryKey}=@${primaryKey}
+      `
     }
 
     if (columns) {

--
Gitblit v1.8.0