Explorar el Código

Merge branch 'wugg-dev' of wugg/phpstock into version1.5

wugg hace 2 años
padre
commit
22da32cbf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/admin/controller/Sale.php

+ 1 - 1
app/admin/controller/Sale.php

@@ -4291,7 +4291,7 @@ class Sale extends Base
 
 
                 } else throw new Exception($value['outCode'] . '发货失败');
-
+                Cache::store("redis")->handler()->lPush("SENDOUT",$value['outCode'],1800);
             }
 
             if (!empty($good_data)) GoodLog::LogAdd(['id' => $createrid, 'nickname' => $creater], $good_data, "CKD");