sfd
2025-05-16 8b7999959a5d41c841b918b67c1e836592bc5f00
Update ApsPlanManagementMapper.xml
已修改1个文件
2 ■■■ 文件已修改
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlanManagementMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>