Browse Source

Merge branch 'master' of http://8.136.199.33:3000/hongze/hongze_cygx into cygx_10.6

xingzai 1 year ago
parent
commit
d478130cba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/activity_points.go

+ 1 - 1
services/activity_points.go

@@ -857,7 +857,7 @@ func YanXuanCompanyCompanyTryOutReduce(log models.YanXuanActivityPointsRedis) (e
 		err = errors.New("GetCompanyPoints, Err: " + e.Error())
 		return
 	}
-	if companyPointsNum == 0 {
+	if companyPointsNum <= 0 {
 		return
 	}
 	//获取需要添加的流水信息