Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -373,6 +373,8 @@ public class CrmService {
|
|||||||
|
|
||||||
entityProcessor.processEntity(gtbAnag, true, multiDBTransactionManager);
|
entityProcessor.processEntity(gtbAnag, true, multiDBTransactionManager);
|
||||||
|
|
||||||
|
completeOrder.setCodAnag(gtbAnag.getCodAnag());
|
||||||
|
|
||||||
if (!gtbAnag.getVtbDest().isEmpty())
|
if (!gtbAnag.getVtbDest().isEmpty())
|
||||||
completeOrder.setCodVdes(gtbAnag.getVtbDest().get(0).getCodVdes());
|
completeOrder.setCodVdes(gtbAnag.getVtbDest().get(0).getCodVdes());
|
||||||
|
|
||||||
@@ -400,6 +402,8 @@ public class CrmService {
|
|||||||
|
|
||||||
entityProcessor.processEntity(ptbPros, true, multiDBTransactionManager);
|
entityProcessor.processEntity(ptbPros, true, multiDBTransactionManager);
|
||||||
|
|
||||||
|
completeOrder.setCodAnag(ptbPros.getCodPpro());
|
||||||
|
|
||||||
if (!ptbPros.getPtbDest().isEmpty())
|
if (!ptbPros.getPtbDest().isEmpty())
|
||||||
completeOrder.setCodVdes(ptbPros.getPtbDest().get(0).getCodPdes());
|
completeOrder.setCodVdes(ptbPros.getPtbDest().get(0).getCodPdes());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user