shawenguan hace 1 año
padre
commit
aaaba291b8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Scripts/hbcpre/hbcpreComposite.js

+ 1 - 0
Scripts/hbcpre/hbcpreComposite.js

@@ -139,6 +139,7 @@ function saveActivitDataCache(eventsType, actData){
 
 function getWillCompositeTaskIds() {
     let valArr = magicJS.data.read(HbcpreConstKey.compositeActivityId);
+    magicJS.logger.error(JSON.stringify(valArr));
     if (valArr && valArr.length > 0) {
         let segments = valArr.split('|');
         valArr = [];