seven hace 3 semanas
padre
commit
e22e02a42d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -261,7 +261,7 @@ class BetService extends BaseService
         }
 
         if($issue_no){
-            $text = "当前期号:{$issue_no}";
+            $text = "当前期号:{$issue_no} \n";
             $text .= "\n";
             $text .= "----------\n";
             $list = self::findAll(['member_id' => $memberId ,'issue_no' => $issue_no]);