xg
“linengliang”
2024-03-13 b77715ee09b86d890c9ecde249db60cf1eaced2f
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/FaultInfoMapper.xml
@@ -58,5 +58,9 @@
            <if test="isConfirm != null and isConfirm != ''">
                and t1.is_confirm = #{isConfirm}
            </if>
--             根据id
            <if test="id != null and id != ''">
                and t1.id = #{id}
            </if>
    </select>
</mapper>