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
27560b95dc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      controller/crm/contract.go

+ 1 - 1
controller/crm/contract.go

@@ -327,7 +327,7 @@ func (rg *ContractController) SealList(c *gin.Context) {
 		var contractTypeInt int
 		if list[i].ServiceType == "新签合同" {
 			contractTypeInt = 1
-		} else if list[i].ServiceType == "新签合同" {
+		} else if list[i].ServiceType == "续约合同" {
 			contractTypeInt = 2
 		} else {
 			contractTypeInt = 3