king
2020-06-03 d3172b799eccdf7fa69050a0f2d596309bd78059
src/templates/zshare/verifycard/customform/index.jsx
@@ -91,6 +91,9 @@
          LText: this.props.initsql + values.sql
        }
        // 数据权限
        param.LText = param.LText.replace(/@\$|\$@/ig, '')
        param.LText = Utils.formatOptions(param.LText)
        param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000'
        param.secretkey = Utils.encrypt(param.LText, param.timestamp)