master
parent
0e254ad5bc
commit
800eb5840a
|
@ -554,7 +554,7 @@ public class TmsYwDingdanController extends BaseController {
|
||||||
D0.setOK(true);
|
D0.setOK(true);
|
||||||
System.out.println("/list/omNoticeId"+omnoticeid );
|
System.out.println("/list/omNoticeId"+omnoticeid );
|
||||||
|
|
||||||
String hql="from WmTmsNoticeIEntity where omNoticeId = ?";
|
String hql="from WmTmsNoticeIEntity where omNoticeId = ? order by goodsId";
|
||||||
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);
|
||||||
|
|
|
@ -2721,7 +2721,7 @@ public class WmOmNoticeHController extends BaseController {
|
||||||
// hql="from WmImNoticeIEntity where noticeiSta <> ? and omNoticeId = ?";
|
// hql="from WmImNoticeIEntity where noticeiSta <> ? and omNoticeId = ?";
|
||||||
// listWaveToDowns = wmOmNoticeHService.findHql(hql,"已核货",searchstr);
|
// listWaveToDowns = wmOmNoticeHService.findHql(hql,"已核货",searchstr);
|
||||||
// hql="from WmOmNoticeIEntity ";
|
// hql="from WmOmNoticeIEntity ";
|
||||||
hql="from WmOmNoticeIEntity where omNoticeId = ?";
|
hql="from WmOmNoticeIEntity where omNoticeId = ? order by goodsId";
|
||||||
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
|
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
|
||||||
listWaveToDowns = wmOmNoticeHService.findHql(hql, omnoticeid);
|
listWaveToDowns = wmOmNoticeHService.findHql(hql, omnoticeid);
|
||||||
D0.setObj(listWaveToDowns);
|
D0.setObj(listWaveToDowns);
|
||||||
|
|
Loading…
Reference in New Issue