|
|
|
|
@ -162,7 +162,7 @@ |
|
|
|
|
<if test="q.dayToOut != null"> |
|
|
|
|
AND t.DAY_TO_OUT = #{q.dayToOut} |
|
|
|
|
</if> |
|
|
|
|
ORDER BY t.STATUS ASC,t.CREATE_TIME ASC |
|
|
|
|
ORDER BY t.CODE ASC |
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
<select id="listSearchWithoutPage" |
|
|
|
|
@ -261,6 +261,6 @@ |
|
|
|
|
<if test="q.dayToOut != null"> |
|
|
|
|
AND t.DAY_TO_OUT = #{q.dayToOut} |
|
|
|
|
</if> |
|
|
|
|
ORDER BY t.STATUS ASC,t.CREATE_TIME ASC |
|
|
|
|
ORDER BY t.CODE ASC |
|
|
|
|
</select> |
|
|
|
|
</mapper> |
|
|
|
|
|