king
2024-06-28 c8804ceb1fe2dea76f9949c5ea04423876ee2c81
src/templates/zshare/verifycard/index.jsx
@@ -817,6 +817,8 @@
        if (_f.datatype) { // 自定义字段
          if (/decimal|int/ig.test(_f.datatype)) {
            _select.push(`@${_f.field}=1`)
          } else if (/date/ig.test(_f.datatype)) {
            _select.push(`@${_f.field}='1949-10-01'`)
          } else {
            _select.push(`@${_f.field}=''`)
          }