Browse Source

大王椰出入库

cqpCow 2 năm trước cách đây
mục cha
commit
c027df9b16

+ 2 - 0
app/Service/InOutOptionService.php

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