src/templates/zshare/verifycard/index.jsx
@@ -671,9 +671,6 @@ if (!hasBid) { // 唯一性验证添加BID uniqueFields.unshift({ uuid: 'BID', field: 'BID', label: 'BID', type: 'text' }) } if (!hasBid && (card.sqlType === 'insert' || card.sqlType === 'insertOrUpdate')) { // 表单中增加BID _fields.unshift({ uuid: 'BID', field: 'BID', label: 'BID', type: 'text' }) fieldArr.push('bid') _declare.push(`@bid nvarchar(50)`)