代码优化
parent
70ec3e62f9
commit
ee0974abc4
|
@ -3496,11 +3496,7 @@ public class WmOmNoticeHController extends BaseController {
|
||||||
|
|
||||||
String hql="from WmOmNoticeIEntity where omNoticeId = ? ";
|
String hql="from WmOmNoticeIEntity where omNoticeId = ? ";
|
||||||
List<WmOmNoticeIEntity> listWaveToDowns =new ArrayList<>();
|
List<WmOmNoticeIEntity> listWaveToDowns =new ArrayList<>();
|
||||||
// hql="from WmImNoticeIEntity where noticeiSta <> ? and omNoticeId = ?";
|
|
||||||
// listWaveToDowns = wmOmNoticeHService.findHql(hql,"已核货",searchstr);
|
|
||||||
// hql="from WmOmNoticeIEntity ";
|
|
||||||
hql="from WmOmNoticeIEntity where id = ? order by chpShuXing";
|
hql="from WmOmNoticeIEntity where id = ? order by chpShuXing";
|
||||||
// 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());
|
System.out.println("/listdetail/hehuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());
|
||||||
|
|
Loading…
Reference in New Issue