Browse Source

Merge branch 'feature/freeze_customer_0327'

hsun 11 months ago
parent
commit
11cadf1fbf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      models/company/company.go

+ 2 - 2
models/company/company.go

@@ -1307,9 +1307,9 @@ func CompanyFreeze(companyId, productId int, freezeReason string) (err error) {
 	freezeStartDate := time.Now().Format(utils.FormatDate)
 	freezeEndDate := time.Now().AddDate(0, 3, 0).Format(utils.FormatDate)
 
-	// ficc是个月的冻结期
+	// ficc是个月的冻结期
 	if productId == 1 {
-		freezeEndDate = time.Now().AddDate(0, 2, 0).Format(utils.FormatDate)
+		freezeEndDate = time.Now().AddDate(0, 6, 0).Format(utils.FormatDate)
 	}
 
 	// 权益也调整为 两个月的冻结期