Kaynağa Gözat

Merge branch 'crm_16.6' of http://8.136.199.33:3000/hongze/fms_api into debug

zhangchuanxing 1 ay önce
ebeveyn
işleme
8b62f836f2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      controller/crm/contract.go

+ 1 - 1
controller/crm/contract.go

@@ -334,7 +334,7 @@ func (rg *ContractController) SealList(c *gin.Context) {
 			StartDate:    utils.TimeTransferString(utils.FormatDate, list[i].StartDate),
 			EndDate:      utils.TimeTransferString(utils.FormatDate, list[i].EndDate),
 		}
-		respItem.ContractBusinessTypeInt = 2
+		respItem.ContractBusinessTypeInt = 1
 		respList = append(respList, respItem)
 	}
 	page.SetTotal(total)