Browse Source

Merge branch 'feature/freeze_customer_0327'

hsun 1 năm trước cách đây
mục cha
commit
11cadf1fbf
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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)
 	}
 
 	// 权益也调整为 两个月的冻结期