zhangchuanxing 1 mesiac pred
rodič
commit
8f1b41f6c7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)