king
2021-02-02 318642cd6837a38a4bf5dfe059bcbb6cafe3bca8
src/templates/sharecomponent/settingcomponent/settingform/utils.jsx
@@ -117,12 +117,8 @@
      `
    })
    if (_customScript && regoptions) {
    if (_customScript) {
      _customScript = `declare @ErrorCode nvarchar(50),@retmsg nvarchar(4000),@UserName nvarchar(50),@FullName nvarchar(50) select @ErrorCode='',@retmsg =''
        ${_customScript}
      `
    } else if (_customScript) {
      _customScript = `declare @ErrorCode nvarchar(50),@retmsg nvarchar(4000) select @ErrorCode='',@retmsg =''
        ${_customScript}
      `
    }