Browse Source

前后端:信息变更----审批完成后更相信资质有效期的状态

baichengfei 5 years ago
parent
commit
29a978ac3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/dashoo.cn/backend/api/controllers/oilsupplier/infochange.go

+ 1 - 1
src/dashoo.cn/backend/api/controllers/oilsupplier/infochange.go

@@ -1823,7 +1823,7 @@ func (this *InfoChangeController) CommonAuditEntity() {
 
 	var infoChangeEntityAfterUpdate infochange.OilInfoChange
 	infoSrv.GetEntityById(infoId, &infoChangeEntityAfterUpdate)
-	if infoChangeEntityAfterUpdate.Status == suppliercert.STOREING_STATUS {
+	if infoChangeEntityAfterUpdate.Status == suppliercert.STORE_STATUS {
 		fmt.Println("资质变更入库完成, 开始实际变更信息: supplierId" + strconv.Itoa(infoChangeEntityAfterUpdate.SupplierId) + "变更信息表ID: " + infoId)
 		this.updateChangeInfo(infoChangeEntityAfterUpdate.SupplierId, infoId)
 	}