master
erzhongxmu 2020-12-16 00:48:45 +08:00
parent 0e254ad5bc
commit 800eb5840a
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);