代码优化

master
erzhongxmu 2023-05-20 20:16:46 +08:00
parent 70ec3e62f9
commit ee0974abc4
1 changed files with 0 additions and 4 deletions

View File

@ -3496,11 +3496,7 @@ public class WmOmNoticeHController extends BaseController {
String hql="from WmOmNoticeIEntity where omNoticeId = ? ";
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";
// listWaveToDowns = wmOmNoticeHService.findHql(hql);
listWaveToDowns = wmOmNoticeHService.findHql(hql, omnoticeid);
D0.setObj(listWaveToDowns);
System.out.println("/listdetail/hehuolistWaveToDowns==="+listWaveToDowns.toString()+listWaveToDowns.size());