parent
6a8d318ac5
commit
f4cf9e376e
|
@ -66,7 +66,7 @@ public class XmzxreportFormPlugin extends AbstractBillPlugIn implements Plugin,
|
|||
sql.append(" and 项目ID='"+qeug_projectInfo.getPkValue()+"' ");
|
||||
}
|
||||
if(qeug_orgInfo!=null){
|
||||
sql.append(" and 所属组织I='"+qeug_orgInfo.getPkValue()+"' ");
|
||||
sql.append(" and 所属组织ID='"+qeug_orgInfo.getPkValue()+"' ");
|
||||
}
|
||||
sql.append(" order by 项目编码, 合约规划名称 ");
|
||||
|
||||
|
|
Loading…
Reference in New Issue