|
@@ -77,8 +77,7 @@ public interface CdssClient {
|
|
* @param type
|
|
* @param type
|
|
* @param userId
|
|
* @param userId
|
|
*/
|
|
*/
|
|
- @PostMapping("/tran/mappingConfig/importExcel")
|
|
|
|
- @Transactional
|
|
|
|
|
|
+ @PostMapping(value ="/tran/mappingConfig/importExcel", consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
|
|
void importExcel(@RequestPart("file") MultipartFile file,
|
|
void importExcel(@RequestPart("file") MultipartFile file,
|
|
@RequestParam("hospitalId") Long hospitalId,
|
|
@RequestParam("hospitalId") Long hospitalId,
|
|
@RequestParam("type") Integer type,
|
|
@RequestParam("type") Integer type,
|