src/main/resources/mapper/OrderMapper.xml
@@ -91,6 +91,9 @@ <if test="hostId != null"> and mo.host_id = #{hostId} </if> <if test="status != null"> and mo.status = #{status} </if> <if test="condition != null and condition != ''"> and ( mo.uuid like concat('%',#{condition},'%')