cloud-server-activity/src/main/resources/mapper/BodySideAppointmentsMapper.xml
@@ -22,7 +22,7 @@ and t1.phone like concat('%',#{query.phone},'%') </if> <if test="query.parentName!=null and query.parentName!= ''"> t1.parentName like concat('%',#{query.parentName},'%') and t1.parentName like concat('%',#{query.parentName},'%') </if> <if test="query.state!=null and query.state!= ''"> and t1.status = #{query.state}