浏览代码

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

zhangchuanxing 1 月之前
父节点
当前提交
27560b95dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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