소스 검색

大王椰出入库

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];
         }