|
@@ -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)) + `) `
|