Browse Source

用户名称模糊查询

sunjiabei/feature-20250710132313-二期模块
sunjiabei 4 weeks ago
parent
commit
75b6a68810
  1. 2
      src/main/resources/mapper/PermissionMapper.xml

2
src/main/resources/mapper/PermissionMapper.xml

@ -79,7 +79,7 @@
and admin.account=#{account} and admin.account=#{account}
</if> </if>
<if test="market!=null and market.length>0"> <if test="market!=null and market.length>0">
and admin.market=#{market}
and admin.market LIKE CONCAT('%', #{market}, '%')
</if> </if>
<if test="postiton!=null and postiton.length>0"> <if test="postiton!=null and postiton.length>0">
and admin.postiton=#{postiton} and admin.postiton=#{postiton}

Loading…
Cancel
Save