Bladeren bron

FIX:修改添加商品

Long 1 maand geleden
bovenliggende
commit
e8209cd488
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      fs-service-system/src/main/resources/mapper/store/FsStoreProductMapper.xml

+ 1 - 1
fs-service-system/src/main/resources/mapper/store/FsStoreProductMapper.xml

@@ -196,7 +196,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="prescribeName != null">#{prescribeName},</if>
             <if test="isDisplay != null">#{isDisplay},</if>
             <if test="tuiCateId != null">#{tuiCateId},</if>
-            <if test="companyIds != null and companyIds != ''">#{company_ids},</if>
+            <if test="companyIds != null and companyIds != ''">#{companyIds},</if>
          </trim>
     </insert>