标签:res dex rom 空字符串 it! esc index let tis
<select id="findIndexConfigList" parameterType="Map" resultMap="BaseResultMap">
select
<include refid="Base_Column_List"/>
from tb_newbee_mall_index_config
<where>
<if test="configType!=null and configType!=‘‘">
and config_type = #{configType}
</if>
and is_deleted = 0
</where>
order by config_rank desc
<if test="start!=null and limit!=null">
limit #{start},#{limit}
</if>
</select>
标签:res dex rom 空字符串 it! esc index let tis
原文地址:https://www.cnblogs.com/cherish-code/p/14210038.html