huangjiayang
2025-05-14 410e73ecfe28f4794dfd3e48a3372bff1ba33c70
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>