瀏覽代碼

Merge branch 'main' of http://git.cc-lotus.info/Information/cxyy-service into main

zs 3 月之前
父節點
當前提交
55e21bf127
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/controller/match/matchExt.controller.ts

+ 1 - 0
src/controller/match/matchExt.controller.ts

@@ -387,6 +387,7 @@ export class MatchExtController implements BaseController {
       const nick_name = get(userInfo, 'nick_name');
       if (!nick_name) continue;
       const start_time = get(i, 'start_time');
+      if (!start_time) continue;
       const smsMsg = `${nick_name} 您参加的赛事: ${match_name} 将于 ${start_time} 开始, 请您在网站或小程序中进行确认,以避免主办方将您误认为拒赛而采用其他选手代替`;
       // TODO: 发短信
     }