|
@@ -258,7 +258,7 @@ func UpdateCygxRaiCompanyUserBill() (err error) {
|
|
|
|
|
|
mapActivityeBill := make(map[string]bool)
|
|
|
for _, v := range listBillByActivity {
|
|
|
- mapActivityeBill[fmt.Sprint("UID_", v.UserId, "SID_", v.SourceId)] = true
|
|
|
+ mapActivityeBill[fmt.Sprint("UID_", v.Mobile, "SID_", v.SourceId)] = true
|
|
|
}
|
|
|
|
|
|
mapArticleBillDel := make(map[string]bool)
|
|
@@ -277,7 +277,7 @@ func UpdateCygxRaiCompanyUserBill() (err error) {
|
|
|
}
|
|
|
|
|
|
for _, v := range signUpDetailList {
|
|
|
- if mapActivityeBill[fmt.Sprint("UID_", v.UserId, "SID_", v.ActivityId)] {
|
|
|
+ if mapActivityeBill[fmt.Sprint("UID_", v.Mobile, "SID_", v.ActivityId)] {
|
|
|
continue
|
|
|
}
|
|
|
item := new(rai_serve.CygxRaiCompanyUserBill)
|