|
@@ -50,7 +50,7 @@ public class PharmacyController {
|
|
|
|
|
|
@ApiOperation(value = "按条件查询下载记录列表")
|
|
|
@RequestMapping(value = {"/downloadRecordList"}, method = RequestMethod.POST)
|
|
|
- @MGRight(menuCode = {"/pharmacy/queryDownloadRecordList"}, type = MGRightTypeDef.Menu | MGRightTypeDef.Logined)
|
|
|
+ @MGRight(menuCode = {"/pharmacy/downloadRecordList"}, type = MGRightTypeDef.Menu | MGRightTypeDef.Logined)
|
|
|
BaseResponse queryDownloadRecordList(@Validated @RequestBody QueryDownloadRecordListRequest request) throws Exception {
|
|
|
//药房客户端
|
|
|
request.setHospitalId(-1);
|
|
@@ -66,7 +66,7 @@ public class PharmacyController {
|
|
|
downloadRecordService.downloadFile(request, httpServletResponse);
|
|
|
}
|
|
|
|
|
|
- @RequestMapping({"/downloadPrescriptionlist"})
|
|
|
+ @RequestMapping(value ={"/downloadPrescriptionlist"}, method = RequestMethod.POST)
|
|
|
public BaseResponse downloadNatOrderList(@RequestBody PharamcyDownloadPresRequest request) {
|
|
|
int currentAdminId = Checker.getIntegerValue(authService.getCurrentAdminId());
|
|
|
// request.setCurrentAdminId(currentAdminId);
|