NC portal通过表头主键查询子表vo数据集合

来源:互联网 发布:阿里云虚拟主机能装ss 编辑:程序博客网 时间:2024/06/06 02:38

//单据主键

       String pk = (String)headrow.getValue(ds.nameToIndex(ds.getPrimaryKeyField()));

       List<PhoneBvo>listvo=null;

       try {

           listvo = (List<PhoneBvo>)new BaseDAO().executeQuery(

              "select *from hrss_phonefee_b where nvl(dr,0)=0 and pk_phonefee_h= '"+pk+"'"

              ,newBeanListProcessor(PhoneBvo.class)

                   );

       } catch(BusinessException e) {

           e.printStackTrace();

       }

0 0
原创粉丝点击