| | |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.ltkj.common.utils.StringUtils; |
| | | import com.ltkj.hosp.domain.*; |
| | | import com.ltkj.hosp.mapper.TjAskHistorysMapper; |
| | | import com.ltkj.hosp.service.*; |
| | | import com.ltkj.system.service.ISysDeptService; |
| | | import io.swagger.annotations.Api; |
| | |
| | | private ITjStandardService tjStandardService; |
| | | @Resource |
| | | private ITjAdviceService tjAdviceService; |
| | | |
| | | |
| | | @Resource |
| | | private TjAskHistorysMapper tjAskHistorysMapper; |
| | | |
| | | /** |
| | | * 该体检号是否可生成导检单 |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * 职业健康报告查询既往病史 |
| | | */ |
| | | @GetMapping("/jiwangbingshi") |
| | | @ApiOperation(value = "职业健康报告查询既往病史") |
| | | public String jiwangbingshi(@RequestParam("tjNumber") String tjNumber) { |
| | | final String jiwangbingshi = tjAskHistorysMapper.jiwangbingshi(tjNumber); |
| | | return jiwangbingshi; |
| | | } |
| | | |
| | | |
| | | } |