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) {