liusheng
2024-09-21 d3bf339bd64d7b7efddc0afdd4beb1866b8b5a04
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>