zhanghl
2025-05-16 a5c145b5b9afb665d3130bbcf8659ee1a4b15ebf
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlanManagementMapper.xml
@@ -23,7 +23,7 @@
    <select id="selectApsPlanManagementList" parameterType="com.aps.core.domain.ApsPlanManagement" resultMap="ApsPlanManagementResult">
        <include refid="selectApsPlanManagementVo"/>
        <where>  
            <if test="name != null  and name != ''"> and name like concat('%', #{name}, '%')</if>
            <if test="name != null  and name != ''"> and name like concat('%', cast(#{name} as varchar), '%')</if>
            <if test="type != null  and type != ''"> and type = #{type}</if>
            <if test="area != null  and area != ''"> and area = #{area}</if>
            <if test="rule != null  and rule != ''"> and rule = #{rule}</if>