删除桩时,删除redis中的缓存信息
This commit is contained in:
parent
833d00ee03
commit
ca414bf210
@ -137,6 +137,7 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<!--指定Maven打包目录位置-->
|
||||
<configuration>
|
||||
<outputDirectory>/project/jar/Cloud_jar</outputDirectory>
|
||||
</configuration>
|
||||
|
||||
@ -5,10 +5,7 @@ import com.xhpc.common.core.domain.R;
|
||||
import com.xhpc.pp.utils.security.HexUtils;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.quickserver.net.server.ClientHandler;
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Map;
|
||||
@ -50,7 +47,7 @@ public class PileController {
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
@PostMapping("pile/whitelist/delete/{stationId}")
|
||||
@DeleteMapping("pile/whitelist/delete/{stationId}")
|
||||
public Object deleteWhitelist(@PathVariable("stationId") Long stationId, @RequestBody Set<String> pileNoSet) {
|
||||
|
||||
// System.out.println(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user