|
|
|
@ -3788,7 +3788,7 @@ public class LCGrpPrintBL extends CovBase implements BusinessService { |
|
|
|
objectOut.put("bussinessType","NB"); |
|
|
|
objectOut.put("bussinessType","NB"); |
|
|
|
objectOut.put("fromSystem","GRP"); |
|
|
|
objectOut.put("fromSystem","GRP"); |
|
|
|
objectOut.put("PrintType",mPrintType); |
|
|
|
objectOut.put("PrintType",mPrintType); |
|
|
|
String pdfName = mGrpContNo + System.currentTimeMillis()/1000; |
|
|
|
String pdfName = mGrpContNo + "_" + System.currentTimeMillis()/1000; |
|
|
|
objectOut.put("PDFNameOUT",pdfName); |
|
|
|
objectOut.put("PDFNameOUT",pdfName); |
|
|
|
objectOut.put("bussinessBody",jsonDATASETS1); |
|
|
|
objectOut.put("bussinessBody",jsonDATASETS1); |
|
|
|
|
|
|
|
|
|
|
|
|