@ -295,4 +295,7 @@ public class PatientService extends TokenService {
return null;
}
public JSONObject checkCanRenew(String patient){
@ -612,4 +612,10 @@ public class FamilyContractController extends BaseController {
return error(-1, "查询失败");
@RequestMapping(value = "/checkCanRenew", method = {RequestMethod.GET, RequestMethod.POST})
@ResponseBody
public String checkCanRenew(String patient){