| | |
| | | import cn.lihu.jh.module.ecg.controller.admin.devrent.vo.*; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |
| | | import org.apache.ibatis.annotations.Update; |
| | | |
| | | /** |
| | | * 装机拆机 Mapper |
| | |
| | | .orderByDesc(DevRentDO::getId)); |
| | | } |
| | | |
| | | DevRentDO getLatestRent(DevRentSearchReqVO reqVO ); |
| | | DevRentDO getDismantleRentByState(DevRentSearchReqVO reqVO ); |
| | | |
| | | @Select("select * from lihu.dev_rent where state=#{state} and pat_id=#{patId}") |
| | | List<DevRentDO> selectByPatIdAndState(@Param("patId") String patId, @Param("state") Integer state); |
| | | } |