<!-- 查询脚本 -->
<select id="query" parameterType="Province" resultMap="provinceMap">
<![CDATA[
select fid,fname,fnumber,fsimpleName,fdescription,fcreateTime,flastUpdateTime,fdirect
from t_yp_province
where fname like '%'|| #{name} || '%'
]]>
</select>
posted on 2012-02-25 11:24
民工二代 阅读(362)
评论(0) 编辑 收藏