|
@@ -39,9 +39,10 @@ public class MMpacPmoPfxxPlugin extends AbstractPfxxPlugin {
|
|
|
}
|
|
|
|
|
|
returnVO = this.getIPMOMaintainService().insert(new PMOAggVO[]{(PMOAggVO) resvo})[0];
|
|
|
- // 괏닸�툽 2022-11-08 yaoy 직넋�끓땐데
|
|
|
+ // 괏닸�툽 2022-11-08 yaoy 직넋�끓땐데
|
|
|
if(swapContext.getBilltype().equals("55A2")){
|
|
|
- returnVO = this.getIPMOMaintainService().approve(new PMOAggVO[]{(PMOAggVO) resvo})[0];
|
|
|
+ returnVO.getParentVO().setAttributeValue("fbillstatus",1);
|
|
|
+ this.getIPMOMaintainService().approve(new PMOAggVO[]{(PMOAggVO) resvo});
|
|
|
}
|
|
|
} else {
|
|
|
returnVO = this.getIPMOMaintainService().update(new PMOAggVO[]{(PMOAggVO) resvo})[0];
|