运输查看
parent
0f3ab149b5
commit
2052866dd9
|
@ -540,6 +540,7 @@ public class TmsYwDingdanController extends BaseController {
|
||||||
|
|
||||||
}
|
}
|
||||||
D0.setObj(listWaveToDowns);
|
D0.setObj(listWaveToDowns);
|
||||||
|
System.out.println("/list/songhuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
|
||||||
return new ResponseEntity(D0, HttpStatus.OK);
|
return new ResponseEntity(D0, HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -553,7 +554,9 @@ public class TmsYwDingdanController extends BaseController {
|
||||||
List<WmTmsNoticeIEntity> listWaveToDowns =new ArrayList<>();
|
List<WmTmsNoticeIEntity> listWaveToDowns =new ArrayList<>();
|
||||||
listWaveToDowns = wmOmNoticeHService.findHql(hql,omnoticeid);
|
listWaveToDowns = wmOmNoticeHService.findHql(hql,omnoticeid);
|
||||||
D0.setObj(listWaveToDowns);
|
D0.setObj(listWaveToDowns);
|
||||||
return new ResponseEntity(D0, HttpStatus.OK);
|
System.out.println("/listdetail/songhuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
|
||||||
|
|
||||||
|
return new ResponseEntity(D0, HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2676,6 +2676,8 @@ public class WmOmNoticeHController extends BaseController {
|
||||||
}
|
}
|
||||||
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
|
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
|
||||||
D0.setObj(listWaveToDowns);
|
D0.setObj(listWaveToDowns);
|
||||||
|
System.out.println("/list/hehuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
|
||||||
|
|
||||||
return new ResponseEntity(D0, HttpStatus.OK);
|
return new ResponseEntity(D0, HttpStatus.OK);
|
||||||
}
|
}
|
||||||
@RequestMapping(value = "/listdetail/hehuo", method = RequestMethod.GET)//
|
@RequestMapping(value = "/listdetail/hehuo", method = RequestMethod.GET)//
|
||||||
|
@ -2693,6 +2695,8 @@ public class WmOmNoticeHController extends BaseController {
|
||||||
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
|
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
|
||||||
listWaveToDowns = wmOmNoticeHService.findHql(hql, omnoticeid);
|
listWaveToDowns = wmOmNoticeHService.findHql(hql, omnoticeid);
|
||||||
D0.setObj(listWaveToDowns);
|
D0.setObj(listWaveToDowns);
|
||||||
|
System.out.println("/listdetail/hehuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
|
||||||
|
|
||||||
return new ResponseEntity(D0, HttpStatus.OK);
|
return new ResponseEntity(D0, HttpStatus.OK);
|
||||||
}
|
}
|
||||||
@RequestMapping(value = "/update/hehuo", method = RequestMethod.GET)
|
@RequestMapping(value = "/update/hehuo", method = RequestMethod.GET)
|
||||||
|
|
Loading…
Reference in New Issue