44323
2024-03-14 d11019175718eb401dce1601592759796c6ddfe3
cloud-server-management/src/main/resources/mapper/TStoreMapper.xml
@@ -209,7 +209,9 @@
        <if test="storeName != null and storeName != ''">
            and t2.name like CONCAT('%',#{storeName},'%')
        </if>
        <if test="storeId != null">
            and t1.storeId = #{storeId}
        </if>
    </select>
    <select id="listStoreAll" resultType="map">