zhangchuanxing пре 3 месеци
родитељ
комит
8f1b41f6c7
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)