liujie
2023-10-25 a1557f3f07287c86e8a4a408f03ba19993e5a48c
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>