shish 1 gadu atpakaļ
vecāks
revīzija
a94befcc34
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      console/controllers/TestController.php

+ 1 - 0
console/controllers/TestController.php

@@ -46,6 +46,7 @@ class TestController extends Controller
         $saleIds = explode(',', trim($string));
         $arr = array_diff($ids, $saleIds);
         print_r($arr);
+        echo implode(',', $arr);
     }
 
     //更新核销码 ssh 20240804