运输查看

master
erzhongxmu 2020-10-26 08:04:22 +08:00
parent 0f3ab149b5
commit 2052866dd9
2 changed files with 8 additions and 1 deletions

View File

@ -540,6 +540,7 @@ public class TmsYwDingdanController extends BaseController {
}
D0.setObj(listWaveToDowns);
System.out.println("/list/songhuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
return new ResponseEntity(D0, HttpStatus.OK);
}
@ -553,7 +554,9 @@ public class TmsYwDingdanController extends BaseController {
List<WmTmsNoticeIEntity> listWaveToDowns =new ArrayList<>();
listWaveToDowns = wmOmNoticeHService.findHql(hql,omnoticeid);
D0.setObj(listWaveToDowns);
return new ResponseEntity(D0, HttpStatus.OK);
System.out.println("/listdetail/songhuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
return new ResponseEntity(D0, HttpStatus.OK);
}

View File

@ -2676,6 +2676,8 @@ public class WmOmNoticeHController extends BaseController {
}
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
D0.setObj(listWaveToDowns);
System.out.println("/list/hehuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
return new ResponseEntity(D0, HttpStatus.OK);
}
@RequestMapping(value = "/listdetail/hehuo", method = RequestMethod.GET)//
@ -2693,6 +2695,8 @@ public class WmOmNoticeHController extends BaseController {
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
listWaveToDowns = wmOmNoticeHService.findHql(hql, omnoticeid);
D0.setObj(listWaveToDowns);
System.out.println("/listdetail/hehuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
return new ResponseEntity(D0, HttpStatus.OK);
}
@RequestMapping(value = "/update/hehuo", method = RequestMethod.GET)