记得上下班打卡 | git大法好,push需谨慎

Commit 4b5e2e4d authored by GaoHu's avatar GaoHu

组织查询条件过滤

parent bb9ad915
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<select id="selectOrganizationList" parameterType="java.util.Map" resultType="com.liquidnet.service.smile.entity.SmileOrganization"> <select id="selectOrganizationList" parameterType="java.util.Map" resultType="com.liquidnet.service.smile.entity.SmileOrganization">
select * from smile_organization select * from smile_organization
<where> <where>
del_tag = 0
<if test="name!=''"> <if test="name!=''">
and `name` like concat('%',#{name},'%') and `name` like concat('%',#{name},'%')
</if> </if>
......
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