xingzai 5 ماه پیش
والد
کامیت
a87806aa79
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      services/company_product.go

+ 1 - 1
services/company_product.go

@@ -152,7 +152,7 @@ func CompanyTryOut(cont context.Context) (err error) {
 		}
 
 		//正式转试用定时任务更新研选扣点
-		{
+		if v.ProductId == 2 {
 			cygx.YanXuanCompanyCompanyTryOut(v.CompanyId)
 		}
 	}