shish 3 년 전
부모
커밋
6d1e68e92c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app-pt/controllers/TestController.php

+ 2 - 2
app-pt/controllers/TestController.php

@@ -57,7 +57,7 @@ print_r($where);
                 $pfSendCost = bcadd($pfSendCost, $sendCost, 2);
             }
         }
-        echo $pfIncome;
+        echo ' '.$pfIncome.' ';
         echo "==================";
 
 
@@ -276,7 +276,7 @@ print_r($where);
             $current = $i['amount'] ?? 0;
             $total = bcadd($current, $total, 2);
         }
-        echo ' '.$total;
+        echo ' '.$total.' ';
         print_r($incomeList);
         die;
     }