shawenguan 2 年之前
父节点
当前提交
369d892cc1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Scripts/gandart/gandartCheck.js

+ 2 - 0
Scripts/gandart/gandartCheck.js

@@ -205,6 +205,7 @@ async function getMyTranRecordIdByName(castingName) {
     for (let info of aLst) {
         if (info.collectionName.indexOf(castingName) > -1) {
             castingInfo = info;
+            lk.log(`匹配产品:[${info.collectionName}](${info.castingId})`);
             break;
         }
     }
@@ -215,6 +216,7 @@ async function getMyTranRecordIdByName(castingName) {
     for (let info of bLst) {
         if (info.collectionName.indexOf(castingName) > -1) {
             castingInfo = info;
+            lk.log(`匹配产品:[${info.collectionName}](${info.castingId})`);
             break;
         }
     }