44323
2023-10-26 91cabe852620e6a2f67344aa74363226152906c4
cloud-server-account/src/main/resources/mapper/CoachMapper.xml
@@ -33,9 +33,11 @@
                and t1.phone LIKE concat('%',#{query.phone},'%')
            </if>
            <if test="query.id!=null and query.id!= ''">
                and t1.id LIKE concat('%',#{query.id},'%')
                and t1.id = #{query.id}
            </if>
            <if test="query.operatorId!=null and query.operatorId!= ''">
                and t1.cityManagerId = #{query.operatorId}
            </if>
            and t1.state != 3
        </where>
    </select>