| | |
| | | */ |
| | | @ApiOperation("查询患者手术记录列表") |
| | | //@PreAuthorize("@ss.hasPermi('smartor:operation:list')") |
| | | @GetMapping("/list") |
| | | public TableDataInfo list(PatMedOperation patMedOperation) |
| | | @PostMapping("/list") |
| | | public TableDataInfo list(@RequestBody PatMedOperation patMedOperation) |
| | | { |
| | | startPage(); |
| | | List<PatMedOperation> list = patMedOperationService.selectPatMedOperationList(patMedOperation); |
| | |
| | | |
| | | <select id="selectServiceTaskByTaskid" parameterType="Long" resultMap="ServiceTaskResult"> |
| | | <include refid="selectServiceTaskVo"/> |
| | | where taskid = #{taskid} |
| | | where taskid = #{taskid} and del_flag=0 |
| | | </select> |
| | | |
| | | <insert id="insertServiceTask" parameterType="com.smartor.domain.ServiceTask" useGeneratedKeys="true" |