StrRs = "select fjjcdtype,fywtypeid,t2.fnumber,t2.fname_l2 from ertyReimburse t1,T_BC_OperationType t2 where t1.fywtypeid=t2.fid and t1.fid='"+this.getObjectUpdateId().toString() + "' ";
IRowSet rst = PropertyScrapnewFacadeFactory.getRemoteInstance().GetSqlData(
StrRs);
if (rst.next()) {
//数据处理
}
//getSqlData() 的方法是要自己在app下写一下的奥~