|
@@ -36,9 +36,9 @@ func CompanyFreeze(companyId, productId int) (companyReportPermissionList []*Com
|
|
|
freezeStartDate := time.Now().Format(utils.FormatDate)
|
|
|
freezeEndDate := time.Now().AddDate(0, 3, 0).Format(utils.FormatDate)
|
|
|
|
|
|
-
|
|
|
+
|
|
|
if productId == 1 {
|
|
|
- freezeEndDate = time.Now().AddDate(0, 2, 0).Format(utils.FormatDate)
|
|
|
+ freezeEndDate = time.Now().AddDate(0, 6, 0).Format(utils.FormatDate)
|
|
|
}
|
|
|
|
|
|
|