sfd
2025-05-14 f306557dbcfc1583a45e26d86fdfe0aa4b446fb4
aps-modules/aps-system/src/main/resources/mapper/system/SysPostMapper.xml
@@ -26,13 +26,13 @@
       <include refid="selectPostVo"/>
      <where>
         <if test="postCode != null and postCode != ''">
            AND post_code like concat('%', #{postCode}, '%')
            AND post_code like '%' || #{postCode} || '%'
         </if>
         <if test="status != null and status != ''">
            AND status = #{status}
         </if>
         <if test="postName != null and postName != ''">
            AND post_name like concat('%', #{postName}, '%')
            AND post_name like '%' || #{postName} || '%'
         </if>
      </where>
   </select>