客户账单,物料限制客户登录只能查看本人

master
erzhongxmu 2020-10-26 18:43:25 +08:00
parent c241df2b5e
commit 808254f987
1 changed files with 1 additions and 1 deletions

View File

@ -2676,7 +2676,6 @@ public class WmOmNoticeHController extends BaseController {
}
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
D0.setObj(listWaveToDowns);
System.out.println("/list/hehuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
for(WmOmNoticeHEntity t: listWaveToDowns){
@ -2696,6 +2695,7 @@ public class WmOmNoticeHController extends BaseController {
listWaveToDownsnew.add(t);
}
D0.setObj(listWaveToDownsnew);
return new ResponseEntity(D0, HttpStatus.OK);