This commit is contained in:
parent
343d967e15
commit
7573c898bb
|
@ -55,6 +55,11 @@ public class PickmToPmo implements ICommonAction {
|
|||
|
||||
|
||||
PMOAggVO[] prayVOs = convertToGeneralInVO(processAggVOs(aggVOs), null);
|
||||
for (PMOAggVO prayVO : prayVOs) {
|
||||
for (int j=0;j<prayVO.getChildrenVO().length;j++) {
|
||||
prayVO.getChildrenVO()[j].setVrowno(String.valueOf(j*10+10));
|
||||
}
|
||||
}
|
||||
IPMOMaintainService maintain= ServiceLocator.find(IPMOMaintainService.class);
|
||||
PMOAggVO[] insertVos = maintain.insert(prayVOs);
|
||||
Map<String, Object> returnMap = new HashMap<>();
|
||||
|
|
Loading…
Reference in New Issue