Explorar el Código

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

zhangchuanxing hace 1 mes
padre
commit
27560b95dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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