| | |
| | | @GetMapping("/getTjYxjcList") |
| | | @ApiOperation(value = "查询影响检查项目") |
| | | public AjaxResult getTjYxjcList() { |
| | | List<Map<String, Object>> tjYxjcList = testMapper.getTjYxjcList("杨云云",null,null,null); |
| | | List<Map<String, Object>> tjYxjcList = testMapper.getTjYxjcList("杨云云",null,null); |
| | | return AjaxResult.success(tjYxjcList); |
| | | } |
| | | |
| | |
| | | |
| | | String format = DateUtil.format(patbirth, "yyyy.MM.dd"); |
| | | |
| | | List<Map<String, Object>> tjYxjcList = testMapper.getTjYxjcList(patname,sex,patage+patagename,format); |
| | | List<Map<String, Object>> tjYxjcList = testMapper.getTjYxjcList(patname,sex,null); |
| | | return AjaxResult.success(tjYxjcList); |
| | | } |
| | | |
| | |
| | | " <when test='nn!=null'>" + |
| | | " AND patage+patagename=#{nn}" + |
| | | "</when>"+ |
| | | " <when test='sr!=null'>" + |
| | | " AND patbirth=#{sr}" + |
| | | "</when>"+ |
| | | "</script>"}) |
| | | public List<Map<String,Object>> getTjYxjcList(@Param("patname")String patname, |
| | | @Param("sex")String sex, |
| | | @Param("nn")String nn, |
| | | @Param("sr")String sr); |
| | | @Param("nn")String nn); |
| | | } |