|
@@ -54,7 +54,10 @@ public class CdssHystrix implements CdssClient {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public void importExcel(MultipartFile file, Long hospitalId, Integer type, String userId) {
|
|
|
+ public void importExcel(@RequestPart("file") MultipartFile file,
|
|
|
+ @RequestParam("hospitalId") Long hospitalId,
|
|
|
+ @RequestParam("type") Integer type,
|
|
|
+ @RequestParam("uesrId") String userId) {
|
|
|
log.error("【hystrix】调用{}异常", "importExcel");
|
|
|
}
|
|
|
|