shawenguan 2 tahun lalu
induk
melakukan
0223b09fe3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
         }