Commit 866c36b9 authored by skumbhar's avatar skumbhar

corrected escalation condition


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97940 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dfb3baf1
...@@ -122,7 +122,7 @@ public String confirm(String tranId, String empCodeAprv, String xmlDataAll, Stri ...@@ -122,7 +122,7 @@ public String confirm(String tranId, String empCodeAprv, String xmlDataAll, Stri
activityId = "J2L5_SIGN"; roleCode = "RLCDJ2L5F"; activityId = "J2L5_SIGN"; roleCode = "RLCDJ2L5F";
} }
if("J21".equalsIgnoreCase(keyFlag)) else if("J21".equalsIgnoreCase(keyFlag))
{ {
activityId = "J21_SIGN"; roleCode = "RLCDJ2S"; activityId = "J21_SIGN"; roleCode = "RLCDJ2S";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment