|
|
@@ -219,7 +219,7 @@ async function getMyTranRecordIdByName(castingName) {
|
|
|
}
|
|
|
}
|
|
|
if (castingInfo) {
|
|
|
- let detail = await getMyCastingDetail(1, 10, castingInfo.castingName);
|
|
|
+ let detail = await getMyCastingDetail(1, 10, castingInfo.collectionName);
|
|
|
if (detail && detail.rows && detail.rows.length > 0) {
|
|
|
return detail.rows[0].id;
|
|
|
}
|