zhangchuanxing před 3 měsíci
rodič
revize
8f1b41f6c7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)