liurunyu
2023-11-15 78937bdb9336ff2ddc89fa959aa7b814ded84b43
pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaRoleMapper.xml
@@ -30,11 +30,6 @@
    <include refid="part_Column_List" />
    from ba_role
    where deleted!=1
    <trim prefix="and" suffixOverrides="and">
      <if test="name != null">
        name like concat('%', #{name}, '%')
      </if>
    </trim>
  </select>
  <select id="selectByUserId" resultMap="partResultMap">