Commit 189f1773 authored by caotao's avatar caotao

23639:【web端-系统配置】经销商人员管理,筛选,按照账号筛选不支持模糊查询

parent 44c33cb4
......@@ -36,7 +36,7 @@
and std_user_biz.lock_status=#{dto.lockStatus}
</if>
<if test="dto.amosUserName!=null">
and std_user_biz.amos_user_name=#{dto.amosUserName}
and std_user_biz.amos_user_name like concat(concat("%",#{dto.amosUserName}),"%")
</if>
<if test="dto.amosUnitOrgCode!=null">
and hygf_personnel_business.amos_unit_org_code like concat(concat(#{dto.amosUnitOrgCode}),"%")
......
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