| | |
| | | package com.java110.fee.api; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.dto.work.WorkTaskDto; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import org.mybatis.spring.SqlSessionTemplate; |
| | |
| | | queryPo.setRemarkPerson(remarkPerson); |
| | | |
| | | // 查询列表数据 |
| | | List<Map<String, Object>> list = sqlSessionTemplate.selectList( |
| | | List<Map> infos = sqlSessionTemplate.selectList( |
| | | "ownerRemarkInfoServiceDaoImpl.getOwnerRemarkInfo", |
| | | BeanConvertUtil.beanCovertMap(queryPo)); |
| | | List<OwnerRemarkInfoPo> list = |
| | | BeanConvertUtil.covertBeanList(infos, OwnerRemarkInfoPo.class); |
| | | |
| | | // 查询总数 |
| | | Object total = ((HashMap) sqlSessionTemplate.selectOne( |