|
@ -149,7 +149,7 @@ public class PackageServiceEndpoint extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
|
|
|
@GetMapping(value = PatientRequestMapping.SignPackage.findLabelByLabelType)
|
|
|
@ApiOperation(value = "签约记录", notes = "签约记录")
|
|
|
@ApiOperation(value = "获取标签", notes = "获取标签")
|
|
|
public MixEnvelop<BasePatientLabelVO,BasePatientLabelVO> findLabelByLabelType(@ApiParam(name = "labelType", value = "标签类型") @RequestParam(value = "labelType", required = false)String labelType) {
|
|
|
List<PatientLabelDO> list = packageService.findLabelByLabelType(labelType);
|
|
|
List<BasePatientLabelVO> basePatientLabelVOs = new ArrayList<>();
|