|
|
@@ -228,6 +228,11 @@ func CalcSmallPublicPlatoonRelateLaXinReward(engine *xorm.Engine, masterId strin |
|
|
|
resp = append(resp, &tmp) |
|
|
|
} |
|
|
|
} |
|
|
|
zhios_order_relate_utils.FilePutContents("CalcSmallPublicPlatoonRelateLaXinReward", zhios_order_relate_utils.SerializeStr(map[string]interface{}{ |
|
|
|
"masterId": masterId, |
|
|
|
"rewardUid": rewardUid, |
|
|
|
"resp": resp, |
|
|
|
})) |
|
|
|
return resp, nil |
|
|
|
} |
|
|
|
|
|
|
|