4,818
社区成员
发帖
与我相关
我的任务
分享da = new SqlDataAdapter("select b.spcode as spcode1,b.name as name1,a.jsje+a.zzsje as jsje1 from jsditem a,spxx b where a.sp_id=b.sp_id and substring(b.spcode,1,1)='T' and b.spcode<>'T10007' and a.jsje<>0 and a.jlbh='"+jlbhR+"'",con);
da.Fill(ds1,"DataTable34");
