Browse Source

no message

xingzai 4 months ago
parent
commit
f650cb512d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/rai_company_user_bill.go

+ 2 - 2
services/rai_company_user_bill.go

@@ -14,7 +14,7 @@ import (
 )
 
 //func init() {
-//	UpdateCygxRaiCompanyUserBillDate()
+//	UpdateCygxRaiCompanyUserBill()
 //}
 
 // 权益正式,试用客户近四周互动记录
@@ -95,7 +95,7 @@ func UpdateCygxRaiCompanyUserBill() (err error) {
 		for _, v := range listYanxuanSpecialRecord {
 			yanxuanspecialIds = append(yanxuanspecialIds, v.YanxuanSpecialId)
 		}
-
+		yanxuanspecialIds = append(yanxuanspecialIds, 0)
 		var conditionYanxuanSpecial string
 		var parsYanxuanSpecial []interface{}
 		conditionYanxuanSpecial += `  AND  id  IN (` + utils.GetOrmInReplace(len(yanxuanspecialIds)) + `) `