|
@@ -106,13 +106,13 @@ public class GeneralDefdocPlugin extends AbstractPfxxPlugin {
|
|
|
service.processAction("SIGN","4C", null, icbill, null, null);
|
|
|
}
|
|
|
|
|
|
- if(swapContext.getBilltype().equals("4A")){
|
|
|
- service.processAction("SIGN","4A", null, icbill, null, null);
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- if(swapContext.getBilltype().equals("4I")){
|
|
|
- service.processAction("SIGN","4I", null, icbill, null, null);
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
if(swapContext.getBilltype().equals("4D")){
|
|
|
service.processAction("SIGN","4D", null, icbill, null, null);
|