| | |
| | | |
| | | public interface TbFuwuqiMapper extends BaseMapper<TbFuwuqi> { |
| | | |
| | | @Select({"select * from tb_fuwuqi where none = 0"}) |
| | | List<TbFuwuqi> findAllUsers(); |
| | | @Select({"select * from tb_fuwuqi where none = 0 and entryclerk = #{entry} ORDER BY enterdate DESC"}) |
| | | List<TbFuwuqi> findAllUsers(String var1); |
| | | |
| | | @Select({"select * from tb_fuwuqi where none = 0 ORDER BY enterdate DESC"}) |
| | | List<TbFuwuqi> findAllUsers1(); |
| | | |
| | | @Select({"select * from tb_fuwuqi where none = 0 and company = #{Zong}"}) |
| | | List<TbFuwuqi> findTbFuwuqiZi(String var1); |