|
|
|
@ -95,6 +95,7 @@ public class DockController { |
|
|
|
@ApiOperation("对接医院申请单") |
|
|
|
@PostMapping("/applicationForm") |
|
|
|
public JsonResponse<Integer> dataApplication(@RequestBody @Validated DataApplicationDto dto){ |
|
|
|
log.info("对接医院申请单:{}", dto); |
|
|
|
dataApplicationService.insertPatientData(dto); |
|
|
|
return JsonResponse.ok(); |
|
|
|
} |
|
|
|
|