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>