1.新增基础资料报表

This commit is contained in:
wanc 2025-07-11 15:33:39 +08:00
parent 1a2be97d51
commit f13655feff
1 changed files with 3 additions and 0 deletions

View File

@ -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) -> {