| | |
| | | import cn.lihu.jh.framework.mybatis.core.query.LambdaQueryWrapperX; |
| | | import cn.lihu.jh.framework.mybatis.core.mapper.BaseMapperX; |
| | | import cn.lihu.jh.module.ecg.dal.dataobject.call.CallDO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.*; |
| | | import cn.lihu.jh.module.ecg.controller.admin.call.vo.*; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |
| | | |
| | | /** |
| | | * 叫号 Mapper |
| | |
| | | |
| | | @Select("select * from lihu.call_patient where called = 0 order by id limit 1") |
| | | CallDO getNextCall(); |
| | | |
| | | @Update("TRUNCATE TABLE lihu.call_patient") |
| | | void clearCall(); |
| | | } |