瀏覽代碼

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

zhangchuanxing 1 月之前
父節點
當前提交
8b62f836f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)