Commit 0053ca51 authored by 赵啸非's avatar 赵啸非

添加排号与评价统计报表

parent eee30369
...@@ -17,7 +17,7 @@ import java.util.List; ...@@ -17,7 +17,7 @@ import java.util.List;
public interface PjEvaluateStatDao extends ICRUDDao<PjEvaluateStatEntity,Long>{ public interface PjEvaluateStatDao extends ICRUDDao<PjEvaluateStatEntity,Long>{
String SQLID_GET_STATLIST = "getStatList"; String SQLID_GET_STATLIST = "getPjStatList";
List<PjEvaluateStatEntity> getStatList(PjEvaluateStatQuery query, PageInfo pageInfo); List<PjEvaluateStatEntity> getStatList(PjEvaluateStatQuery query, PageInfo pageInfo);
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"mybatis-3-mapper.dtd"> "mybatis-3-mapper.dtd">
<mapper namespace="com.mortals.xhx.module.pj.dao.ibatis.PjEvaluateStatDaoImpl"> <mapper namespace="com.mortals.xhx.module.pj.dao.ibatis.PjEvaluateStatDaoImpl">
<!-- 获取统计列表 --> <!-- 获取统计列表 -->
<select id="getStatList" parameterType="paramDto" resultMap="PjEvaluateStatEntity-Map"> <select id="getPjStatList" parameterType="paramDto" resultMap="PjEvaluateStatEntity-Map">
select select
<!-- 获取分组字段 --> <!-- 获取分组字段 -->
<if test="groupList != null and !groupList.isEmpty()"> <if test="groupList != null and !groupList.isEmpty()">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment