44323
2024-03-13 0547707e29364a36df05c5afcddd37f30702421e
cloud-server-management/src/main/resources/mapper/TStoreMapper.xml
@@ -207,7 +207,7 @@
            and t1.operatorId = #{operatorId}
        </if>
        <if test="storeName != null and storeName != ''">
            and t1.name like CONCAT('%',#{storeName},'%')
            and t2.name like CONCAT('%',#{storeName},'%')
        </if>
    </select>