904118851 8 달 전
부모
커밋
cef9a863ed
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      2_PRODUCT_FACTORY/dz_factory.js

+ 1 - 0
2_PRODUCT_FACTORY/dz_factory.js

@@ -32,6 +32,7 @@ async function processTask(){
 
             if(product_list_result.success){
                 
+                console.log("product_list_result:",product_list_result.data)
                 for (let index = 0; index < product_list_result.data.existingRecords.length; index++) {
                     const product_item = product_list_result.data.existingRecords[index];
                     let info = FilterList[product_item.product_id]