Commit ef9df62b by wenyang Committed by jianan

AGMS增加经纪人报聘信息的查询与导出,在原有‘审批流程’页面上增加查询条件(申请开始日期,申请结束日期)

parent d508efaf
...@@ -405,6 +405,7 @@ ...@@ -405,6 +405,7 @@
<if test="name != null"> <if test="name != null">
and b.name like #{name} and b.name like #{name}
</if> </if>
order by b.id desc
</select> </select>
</mapper> </mapper>
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