Procházet zdrojové kódy

用户树形结构

njs před 1 rokem
rodič
revize
fdf15d1aaf

+ 1 - 0
suishenbang-system/src/main/resources/mapper/system/SysUserOrderAuthorMapper.xml

@@ -124,6 +124,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                           and  code =#{code}
                       </if>
             )<if test="divisionCode !=null and divisionCode !='' "> and  code =#{divisionCode}</if>
+        <if test="divisionCode ==null  ">and  code not in ('NVB2023T05','NVB2023T01','NVB2023T03','NVB2023T02','NVB2023T04','其中-公装事业部','其中-家装事业部')</if>
     </select>
     <select id="selectByParentId"  parameterType="SysUserOrderAuthor" resultMap="SysUserOrderAuthorResult">
         SELECT