|
@@ -33,6 +33,7 @@ public class SpecialDataRule implements IRule<ExAggOrderMainVO>{
|
|
|
for(int i = 0; i < vos.length; i++) {
|
|
|
OrderMainVO headvo = (OrderMainVO) vos[i].getParentVO();
|
|
|
Map<String,String> JobbasfilMap = getJobbasfil(headvo.getProjectid());
|
|
|
+ headvo.setDef11(JobbasfilMap.get("jobcode"));//项目编码
|
|
|
CircularlyAccessibleValueObject[] bodyvos = vos[i].getChildrenVO();
|
|
|
for (int j = 0; j < bodyvos.length; j++) {
|
|
|
OrderInVO orderInVO = (OrderInVO) bodyvos[j];
|