44323
2023-10-24 fc41b97c07249254845bf2c598763f25eb2592f7
cloud-server-account/src/main/resources/mapper/CoachMapper.xml
@@ -35,6 +35,7 @@
            <if test="query.id!=null and query.id!= ''">
                and t1.id LIKE concat('%',#{query.id},'%')
            </if>
            and t1.state != 3
        </where>
    </select>