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>