|
|
|
@ -62,7 +62,7 @@ public class UdidlDeviceController {
|
|
|
|
|
@ApiImplicitParam(name = "day", value = "指定日期", required = true, dataType = "String")
|
|
|
|
|
@AuthRuleAnnotation("udidl/device/dlByDay")
|
|
|
|
|
@GetMapping("udidl/device/dlByDay")
|
|
|
|
|
public BaseResponse dlByDay(String day, String jobId) {
|
|
|
|
|
public BaseResponse dlByDay(String day, String jobId) {
|
|
|
|
|
logger.info(day + "---按天开启下载");
|
|
|
|
|
|
|
|
|
|
if (jobId != null) {
|
|
|
|
@ -113,7 +113,6 @@ public class UdidlDeviceController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//todo 补全返回参数说明
|
|
|
|
|
@ApiOperation(value = "下载指定标识的设备信息", response = DataSetSingleHistoryResult.class)
|
|
|
|
|
@ApiImplicitParam(name = "deviceId", value = "设备ID", required = true, dataType = "String")
|
|
|
|
|
@AuthRuleAnnotation("udidl/device/dlByDi")
|
|
|
|
@ -136,12 +135,6 @@ public class UdidlDeviceController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 获取产品标识详情
|
|
|
|
|
*
|
|
|
|
|
* @param deviceId
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@ApiOperation(value = "下载单个产品详情", response = DeviceEntity.class)
|
|
|
|
|
@ApiImplicitParam(name = "deviceId", value = "医疗器械设备ID", required = true, dataType = "String")
|
|
|
|
|
@AuthRuleAnnotation("udidl/device/downloadSingle")
|
|
|
|
@ -172,11 +165,6 @@ public class UdidlDeviceController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 下载医疗器械信息
|
|
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@ApiOperation(value = "下载国家库产品数据", response = BaseResponse.class)
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@PostMapping("udidl/device/downloadUdiData")
|
|
|
|
|