|
@ -548,7 +548,7 @@ public class FamilyMemberController extends WeixinBaseController {
|
|
|
@RequestMapping(value = "/getPatientImmVacclin", method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "根据儿童免疫条码获取待接种疫苗")
|
|
|
public String getPatientImmVacclin(@ApiParam(name = "barcode", value = "儿童免疫编码", defaultValue = "")
|
|
|
@RequestParam(value = "儿童免疫编码", required = true) String barcode){
|
|
|
@RequestParam(value = "barcode", required = true) String barcode){
|
|
|
try {
|
|
|
ChildImmuneVaccin childImmuneVaccin = childFamilyImmuneService.getChildImmuneVaccinByBarcode(barcode);
|
|
|
return write(200, "请求成功","data",childImmuneVaccin);
|