liusheng
2024-01-30 7ae67ba965ea680407ae21fedbd035d43ce8c313
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>