ajax请求处理
什么是AJAX?
AJAX的全程是Asynchronous JAVAScript and XML(异步的javaScript和xml); ajax不是新的编程语言,而是一种使用标准的新方法。ajax是与服务器交换数据并更新部分网页的艺术; ajax的优点:
<select id="getIntegralCoefficientStockList" resultType="IntegralCoefficientStock" parameterType="IntegralCoefficientStock"> 而正确的代码应该是这样的: <select id="getIntegralCoefficientStockList" resultType="IntegralCoefficientStock" parameterType="IntegralCoefficientStock"> SELECT coefficient_stock_id,coefficient_stock,create_time,create_by,stock_code FROM integral_coefficient_stock <where> <if test="1"> AND create_time = #{createTime} </if> <if test="stockCode!=null and stockCode!=‘‘ "> AND stock_code like "%"#{stockCode}"%" </if> </where> </select> (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |