|
@@ -22,7 +22,9 @@ import cn.com.qmth.examcloud.core.print.service.bean.common.ExamInfo;
|
|
|
import cn.com.qmth.examcloud.core.print.service.bean.common.OrgInfo;
|
|
|
import cn.com.qmth.examcloud.core.print.service.bean.printingproject.PrintingProjectConvert;
|
|
|
import cn.com.qmth.examcloud.core.print.service.bean.printingproject.PrintingProjectInfo;
|
|
|
+import cn.com.qmth.examcloud.core.print.service.bean.printingproject.PrintingProjectLessInfo;
|
|
|
import cn.com.qmth.examcloud.core.print.service.bean.printingproject.PrintingProjectQuery;
|
|
|
+import com.google.common.collect.Lists;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
@@ -228,4 +230,10 @@ public class PrintingProjectServiceImpl implements PrintingProjectService {
|
|
|
return jdbcTemplate.query(sql.build(), new BeanPropertyRowMapper(ExamInfo.class));
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public List<PrintingProjectLessInfo> getAllPrintingProjectLessInfo() {
|
|
|
+ //todo
|
|
|
+ return Lists.newArrayList();
|
|
|
+ }
|
|
|
+
|
|
|
}
|