Explorar o código

大王椰出入库

cqpCow %!s(int64=2) %!d(string=hai) anos
pai
achega
c027df9b16
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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];
         }