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