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">