Bladeren bron

统一店铺地址

yjwang 2 weken geleden
bovenliggende
commit
dbf183098e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      fs-service/src/main/resources/mapper/hisStore/FsStoreScrmMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/hisStore/FsStoreScrmMapper.xml

@@ -898,7 +898,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         fs_store_scrm ss
         <where>
             <if test="storeName != null  and storeName != ''"> and store_name like concat('%', #{storeName}, '%')</if>
-            <if test="address != null  and address != ''"> and address like concat('%', #{address}, '%')</if>
+            <if test="address != null  and address != ''"> and enterprise_address like concat('%', #{address}, '%')</if>
             <if test="phone != null  and phone != ''"> and phone = #{phone}</if>
             <if test="status != null "> and status = #{status}</if>
             <if test="isAudit != null "> and is_audit = #{isAudit}</if>