|
@@ -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)
|