mybatis去除多餘的and或者or

<select id="selectBySelective" resultType="xxx.UserInfo"> select <include refid="Base_Column_List" /> from uc_user <trim prefix="WHERE (" suffix=")" prefixOverrides="AND |OR "> <if test="use
相關文章
相關標籤/搜索