sql.append("from CourseInfo c where c.coopCode='exe.com' and c.active='1'"); if(teacherInfo.getId()!=null && teacherInfo.getId().trim().length()>0){ sql.append(" and c.teacher like '%").append(teacherInfo.getId()).append("%' limit 3 ORDER by c.optTime DESC"); }
添加回答
举报
0/150
提交
取消