shawenguan 1 anno fa
parent
commit
a47c194234
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Scripts/jhsh/jhshHelper.js

+ 1 - 1
Scripts/jhsh/jhshHelper.js

@@ -562,7 +562,7 @@ function getSignInTxCodeByActId(actId){
         '20240301090000000002': 'A3341A115',//
         // '20240301090000000002': 'A3341A139',//
     };
-    return TxCodeDict[actId];
+    return TxCodeDict[actId] || 'A3341A115';
 }
 
 async function checkSignIn(loginInfo, signActInfo){