|
@@ -39,6 +39,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="workType != null and workType != ''">
|
|
<if test="workType != null and workType != ''">
|
|
|
AND work_type = #{workType}
|
|
AND work_type = #{workType}
|
|
|
</if>
|
|
</if>
|
|
|
- ORDER BY snyr_user_status,create_time DESC
|
|
|
|
|
|
|
+ ORDER BY create_time DESC
|
|
|
</select>
|
|
</select>
|
|
|
</mapper>
|
|
</mapper>
|