Browse Source

Merge branch 'dev' into test

test
zhenghaoyu 2 years ago
parent
commit
da2a22f6bb
  1. 2
      blade-service-api/logpm-old-project-api/src/main/java/com/logpm/oldproject/feign/IServiceNumClient.java

2
blade-service-api/logpm-old-project-api/src/main/java/com/logpm/oldproject/feign/IServiceNumClient.java

@ -59,6 +59,6 @@ public interface IServiceNumClient {
@GetMapping(API_PREFIX + "/findByserviceNum")
ServiceNumEntity findByserviceNum(@RequestParam String sn);
@PostMapping(API_PREFIX + "/update")
@PostMapping(API_PREFIX + "/updateServiceNum")
void updateServiceNum(@RequestBody ServiceNumEntity serviceNum);
}

Loading…
Cancel
Save