ALTER TABLE `security_certificate` ADD COLUMN `receiveState` varchar(3) NULL COMMENT '领取状态 0-未领取1-已领取' AFTER `updateflag`;