Commit 2280a65e by huangZW

111

parent a582dbd6
......@@ -295,7 +295,7 @@
and department_name like CONCAT('%',#{search},'%')
</if>
order by create_time
) 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