1.新增基础资料报表
This commit is contained in:
parent
1a2be97d51
commit
f13655feff
|
@ -65,6 +65,9 @@ public class XmzxreportFormPlugin extends AbstractBillPlugIn implements Plugin,
|
|||
if(qeug_projectInfo!=null){
|
||||
sql.append(" and 项目ID='"+qeug_projectInfo.getPkValue()+"' ");
|
||||
}
|
||||
if(qeug_orgInfo!=null){
|
||||
sql.append(" and 所属组织I='"+qeug_orgInfo.getPkValue()+"' ");
|
||||
}
|
||||
sql.append(" order by 项目编码, 合约规划名称 ");
|
||||
|
||||
Map<Long,String> companyids = DB.query(DBRoute.of("cr"),sql.toString(),new Object[]{},(rs) -> {
|
||||
|
|
Loading…
Reference in New Issue