Bläddra i källkod

修改积分规则,积分商品

zangguocen 4 år sedan
förälder
incheckning
df3ab6dd59

+ 0 - 2
yijia-integral/src/main/resources/mapper/integral/IntegralWaresMapper.xml

@@ -81,7 +81,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="updateBy != null">update_by,</if>
             <if test="updateName != null">update_name,</if>
             <if test="stationId != null">station_id,</if>
-            <if test="stationName != null">station_name,</if>
          </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             <if test="waresType != null">#{waresType},</if>
@@ -99,7 +98,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="updateBy != null">#{updateBy},</if>
             <if test="updateName != null">#{updateName},</if>
             <if test="stationId != null">#{stationId},</if>
-            <if test="stationName != null">#{stationName},</if>
          </trim>
     </insert>