shawenguan há 1 ano atrás
pai
commit
f1e00a27e4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Scripts/huluwa/huluwaHelper.js

+ 1 - 1
Scripts/huluwa/huluwaHelper.js

@@ -589,7 +589,7 @@ async function autoSubmit(appId, token) {
         const appointEndTime = res2.data.appointEndTime;
         if(appointStartTime && appointEndTime){
             const appointStartDateStr = lk.formatDate(new Date(appointStartTime), 'yyyy-MM-dd HH:mm:ss');
-            const appointEndDateStr = lk.formatDate(new Date(appointStartTime), 'yyyy-MM-dd HH:mm:ss');
+            const appointEndDateStr = lk.formatDate(new Date(appointEndTime), 'yyyy-MM-dd HH:mm:ss');
             lk.log(`活动时间[${appointStartDateStr} - ${appointEndDateStr}]`);
             sendMessage.push(`活动时间[${appointStartDateStr} - ${appointEndDateStr}]`);
         }