caipin 4 gadi atpakaļ
vecāks
revīzija
7d9d0c39db
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      models/cm_safe_audit.go

+ 0 - 1
models/cm_safe_audit.go

@@ -10,7 +10,6 @@ type CmSafeAudit struct {
 	BidsectionId  int       `xorm:"not null default 0 comment('标段id') INT(11)"`
 	Times         int       `xorm:"not null default 1 comment('审核次数') INT(11)"`
 	AuditId       int       `xorm:"not null default 0 comment('审核人id') INT(11)"`
-	AuditOrder    int       `xorm:"not null default 0 comment('审批顺序') INT(11)"`
 	Status        int       `xorm:"default 0 comment('状态(0通过1退回2关闭)') INT(11)"`
 	Progress      int       `xorm:"not null default 0 comment('审批进度(0上报人1审批2整改3复查)') TINYINT(1)"`
 	CreateTime    time.Time `xorm:"comment('开始时间') DATETIME"`