liusheng
2024-11-01 5d1d54e83546ba9fc85c69b32287883d04f4a475
smartor/src/main/resources/mapper/smartor/TemplateDeptMapper.xml
@@ -37,6 +37,7 @@
            resultMap="TemplateDeptResult">
        <include refid="selectTemplateDeptVo"/>
        <where>
            del_flag=0
            <if test="type != null ">
                and type = #{type}
            </if>