|
|
@@ -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}]`);
|
|
|
}
|