瀏覽代碼

大王椰出入库

cqpCow 1 年之前
父節點
當前提交
37ab6aed3c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Service/InOutOptionService.php

+ 1 - 0
app/Service/InOutOptionService.php

@@ -59,6 +59,7 @@ class InOutOptionService extends Service
                 if(! in_array($order_it, $tmp)){
                     $str = @hex2bin($order['epc']);
                     $str = ltrim($str, "\x00");
+                    $str = str_replace(chr(26), '', $str); //过滤CRTL-Z字符
                     if(! empty($str) && substr($str, 0, 2) === "BZ"){
                         $order['epc'] = $str;
                         $order['site'] = $site;