caipin 4 년 전
부모
커밋
28d314f61e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      models/cm_quality_audit.go

+ 1 - 1
models/cm_quality_audit.go

@@ -6,7 +6,7 @@ import (
 
 type CmQualityAudit struct {
 	Id            int       `xorm:"not null pk autoincr comment('自增id') INT(11)"`
-	SafeId        int       `xorm:"not null default 0 comment('安全巡检id') INT(11)"`
+	QualityId     int       `xorm:"not null default 0 comment('质量巡检id') INT(11)"`
 	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)"`