Browse Source

1.推送订单数据去老系统bug修复

newStockUp
zhenghaoyu 1 year ago
parent
commit
ef95216453
  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") @GetMapping(API_PREFIX + "/findByserviceNum")
ServiceNumEntity findByserviceNum(@RequestParam String sn); ServiceNumEntity findByserviceNum(@RequestParam String sn);
@PostMapping(API_PREFIX + "/update") @PostMapping(API_PREFIX + "/updateServiceNum")
void updateServiceNum(@RequestBody ServiceNumEntity serviceNum); void updateServiceNum(@RequestBody ServiceNumEntity serviceNum);
} }

Loading…
Cancel
Save