|
|
@ -167,7 +167,8 @@ |
|
|
|
AND p.customer_id = #{customerId} |
|
|
|
AND p.`status` = 'closed' |
|
|
|
AND pro.operation = 'close' |
|
|
|
ORDER BY p.created_time DESC |
|
|
|
ORDER BY pro.created_time DESC |
|
|
|
LIMIT #{num}, #{pageSize} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectProjectList" resultType="com.epmet.dto.ProjectDTO"> |
|
|
|