liusheng
2024-04-30 01a79d5b431b71cc79cf5f6cc92cd4f3432781dd
smartor/src/main/resources/mapper/smartor/TempDetpRelevanceMapper.xml
@@ -20,7 +20,8 @@
    <select id="selectTempDetpRelevanceList" parameterType="com.smartor.domain.TempDetpRelevance" resultMap="TempDetpRelevanceResult">
        <include refid="selectTempDetpRelevanceVo"/>
        <where>
        <where>
            del_flag=0
            <if test="tempid != null "> and tempid = #{tempid}</if>
            <if test="deptId != null "> and dept_id = #{deptId}</if>
            <if test="type != null "> and type = #{type}</if>