wuxw
2025-03-20 e40889177c25035496c526dbc12a9665d5b61ceb
java110-db/src/main/resources/mapper/user/PrivilegeUserV1ServiceDaoImplMapper.xml
@@ -180,6 +180,9 @@
        <if test="userName !=null and userName != ''">
            and t.name like concat('%', #{userName},'%')
        </if>
        <if test="levelCd !=null and levelCd != ''">
            and t.level_cd = #{levelCd}
        </if>
        and su.store_id = #{storeId}
        <if test="orgIds != null and orgIds.length > 0">
            and uosr.org_id in
@@ -211,6 +214,9 @@
        <if test="userName !=null and userName != ''">
            and t.name like concat('%', #{userName},'%')
        </if>
        <if test="levelCd !=null and levelCd != ''">
            and t.level_cd = #{levelCd}
        </if>
        and su.store_id = #{storeId}
        <if test="orgIds != null and orgIds.length > 0">
            and uosr.org_id in