yujian
2020-03-28 393e3a365b5ebbed6e9eef07fbd18881cde73711
fanli/src/main/java/com/yeshi/fanli/mapping/goods/CommonGoodsMapper.xml
@@ -106,7 +106,7 @@
         <if test="otherInfo != null">#{otherInfo,jdbcType=VARCHAR},</if>
         <if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</if>
         <if test="updateTime != null">#{updateTime,jdbcType=TIMESTAMP},</if>
         <if test="materialLibType != null">#{materialLibType,jdbcType=INTEGER}</if>
         <if test="materialLibType != null">#{materialLibType,jdbcType=INTEGER},</if>
         <if test="categoryInfo != null">#{categoryInfo,jdbcType=VARCHAR},</if>
      </trim>
   </insert>
@@ -165,7 +165,6 @@
         <if test="otherInfo != null">cg_other_info=#{otherInfo,jdbcType=VARCHAR},</if>
         <if test="createTime != null">cg_createtime=#{createTime,jdbcType=TIMESTAMP},</if>
         <if test="updateTime != null">cg_updatetime=#{updateTime,jdbcType=TIMESTAMP},</if>
         <if test="id !=null">cg_id =#{id,jdbcType=BIGINT},</if>
         <if test="materialLibType !=null">cg_material_lib_type
            =#{materialLibType,jdbcType=INTEGER},</if>
         <if test="categoryInfo != null">cg_category_info=#{categoryInfo,jdbcType=VARCHAR},</if>