hrjy 2 năm trước cách đây
mục cha
commit
60316d06b4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      crmeb/repositories/ShortLetterRepositories.php

+ 1 - 1
crmeb/repositories/ShortLetterRepositories.php

@@ -67,7 +67,7 @@ class ShortLetterRepositories
                     'TemplateParam' => json_encode($data),
                 ])->execute();
                 if ($res['Code'] != 'OK') {
-                    halt($res);
+//                    halt($res);
                     Log::info($logMsg ?? $res['Message']);
                     return $res['Message'];
                 } else {