|
@ -317,13 +317,11 @@ |
|
|
DEL_FLAG = '0' |
|
|
DEL_FLAG = '0' |
|
|
AND ABANDON_FLAG='0' |
|
|
AND ABANDON_FLAG='0' |
|
|
AND PID = #{agencyId} |
|
|
AND PID = #{agencyId} |
|
|
ORDER BY CREATED_TIME DESC |
|
|
ORDER BY sort,grid_name,CREATED_TIME DESC |
|
|
<if test="null != pageSize and pageSize > 0"> |
|
|
<if test="null != pageSize and pageSize > 0"> |
|
|
LIMIT #{pageSize} |
|
|
LIMIT #{pageSize} |
|
|
</if> |
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
order by |
|
|
|
|
|
sort,grid_name |
|
|
|
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="listGridsbystaffid" resultType="com.epmet.dto.result.GridByStaffResultDTO"> |
|
|
<select id="listGridsbystaffid" resultType="com.epmet.dto.result.GridByStaffResultDTO"> |
|
|