Ver código fonte

代码修改

huangwenjie 7 anos atrás
pai
commit
398268a5ef

+ 1 - 1
patient-co-service/wlyy_service/src/main/java/com/yihu/wlyy/service/controller/GuahaoController.java

@ -252,7 +252,7 @@ public class GuahaoController {
	@RequestMapping(value = "GetChildrenInfo",method = RequestMethod.POST)
	@RequestMapping(value = "GetChildrenInfo",method = RequestMethod.POST)
	@ResponseBody
	@ResponseBody
	@ApiOperation("获取儿童信息")
	@ApiOperation("获取儿童信息")
	public Result GetChildrenInfo(@ApiParam(name="Credential",value="条形编码") @RequestParam String credential)
	public Result GetChildrenInfo(@ApiParam(name="credential",value="条形编码") @RequestParam String credential)
	{
	{
		try {
		try {