Преглед изворни кода

行情\行情产品修改更改

刘浩男 пре 1 година
родитељ
комит
4dc947eb18

+ 1 - 1
sooka-jnb/src/main/resources/mapper/quotations/JnbQuotationsMapper.xml

@@ -139,7 +139,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="price != null">price = #{price},</if>
             <if test="phone != null">phone = #{phone},</if>
             <if test="address != null">address = #{address},</if>
-            <if test="url != null">address = #{url},</if>
+            <if test="url != null">url = #{url},</if>
             <if test="status != null">status = #{status},</if>
             <if test="createBy != null">create_by = #{createBy},</if>
             <if test="createTime != null">create_time = #{createTime},</if>