Commit aaa7c35c authored by suichenguang's avatar suichenguang

11

parent efc77cc7
......@@ -93,8 +93,6 @@ public class LogApi {
*/
@RequestMapping("selectAnalysisData")
public List<Map<String,Object>> selectAnalysisData(@RequestParam("uploadDate")String uploadDate){
System.out.println("1111111111111111111111"+uploadDate);
System.out.println("22222222222222222222222222"+replaceDate(uploadDate));
List<Map<String,Object>> resultList = logService.selectAnalysisData(replaceDate(uploadDate));
return resultList;
......
......@@ -13,7 +13,7 @@ public interface LogMapper {
@Select("select file_name_dic.upload_date,file_name_dic.FILE_NAME,count(*),\n" +
@Select("select file_name_dic.upload_date,file_name_dic.FILE_NAME,count(*) as count,\n" +
"file_name_dic.FORM_START_TIME,file_name_dic.FORM_DEADLINE\n" +
"from file_name_dic \n" +
"left join PERSON_POST on PERSON_POST.FILE_ID=file_name_dic.FILE_ID\n" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment