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>