Explorar el Código

商品编辑接口修改

linhui.li hace 1 semana
padre
commit
9675d6004a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      py-goods/src/main/resources/mapper/SpuMapper.xml

+ 1 - 1
py-goods/src/main/resources/mapper/SpuMapper.xml

@@ -48,7 +48,7 @@
             <if test="updateBy!=null and updateBy!=''">update_by=#{updateBy},</if>
             <if test="createBy!=null and createBy!=''">create_by=#{createBy},</if>
             <if test="updateTime!=null">update_time=#{updateTime},</if>
-            <if test="properties!=null">properties=#{porperties,jdbcType=OTHER,typeHandler=com.poyee.mapper.handler.JsonNodeTypeHandler}::json</if>
+            <if test="properties!=null">properties=#{properties,jdbcType=OTHER,typeHandler=com.poyee.mapper.handler.JsonNodeTypeHandler}::json</if>
         </trim>
     </update>
 </mapper>