Commit 9d287ae0 by huangZW

111

parent 84dc2fd7
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from tab_haoban_staff from tab_haoban_staff
where status_flag = 1 where status_flag = 1
and staff_name like contact('%',#{staffName,jdbcType=VARCHAR},'%') and staff_name like CONCAT('%',#{staffName,jdbcType=VARCHAR},'%')
</select> </select>
<select id="selectByUserIdAndEnterpriseId" resultMap="BaseResultMap" parameterType="java.lang.String" > <select id="selectByUserIdAndEnterpriseId" resultMap="BaseResultMap" parameterType="java.lang.String" >
......
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