|
@ -176,7 +176,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectPageByCode" resultMap="AssertStatistics"> |
|
|
<select id="selectPageByCode" resultMap="AssertStatistics"> |
|
|
<bind name="pageNum" value="(pageNum-1)*pageSize"></bind> |
|
|
|
|
|
<include refid="AssertStatisticsInfo"></include> |
|
|
<include refid="AssertStatisticsInfo"></include> |
|
|
<where> |
|
|
<where> |
|
|
<if test="projectName!=null and projectName!=''"> |
|
|
<if test="projectName!=null and projectName!=''"> |
|
@ -190,7 +190,7 @@ |
|
|
</if> |
|
|
</if> |
|
|
<include refid="com.kms.system.mapper.SysXzqhMapper.xzqhCondition"></include> |
|
|
<include refid="com.kms.system.mapper.SysXzqhMapper.xzqhCondition"></include> |
|
|
</where> |
|
|
</where> |
|
|
order by pi.${orderBy} desc LIMIT #{pageNum},#{pageSize}; |
|
|
order by pi.${orderBy} desc |
|
|
|
|
|
|
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|