Commit b8222936 by huangZW

111

parent 2280a65e
......@@ -295,7 +295,7 @@
and department_name like CONCAT('%',#{search},'%')
</if>
order by create_time
) t WHERE t.rownum > #{minCount};
) t WHERE t.rownum > #{minCount}
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment