ソースを参照

大王椰出入库

cqpCow 1 年間 前
コミット
c027df9b16
1 ファイル変更2 行追加0 行削除
  1. 2 0
      app/Service/InOutOptionService.php

+ 2 - 0
app/Service/InOutOptionService.php

@@ -74,6 +74,7 @@ class InOutOptionService extends Service
                     'direction' => '1',
                 ];
             }
+            Redis::del($key);
             return [true, $result];
         }
 
@@ -88,6 +89,7 @@ class InOutOptionService extends Service
                     'direction' => '2',
                 ];
             }
+            Redis::del($key);
             return [true, $result];
         }