shawenguan %!s(int64=2) %!d(string=hai) anos
pai
achega
0223b09fe3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Scripts/gandart/gandartCheck.js

+ 1 - 1
Scripts/gandart/gandartCheck.js

@@ -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;
         }