linhui.li 1 долоо хоног өмнө
parent
commit
9675d6004a

+ 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>