|
|
|
|
@ -389,7 +389,9 @@ public class LCContPrtPrintBL implements BusinessService { |
|
|
|
|
buildError("dealData", new I18nMessage("查询保单信息失败!", "LIS-99999")); |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/******************************************************** |
|
|
|
|
* 投保单位信息 |
|
|
|
|
*******************************************************/ |
|
|
|
|
// jsonDATASET.put("AskNo", lcGrpInfoSSRS.GetText(1,1));
|
|
|
|
|
objectOneData.put("GrpName", lcGrpInfoSSRS.GetText(1,2)); |
|
|
|
|
objectOneData.put("GrpAddress",lcGrpInfoSSRS.GetText(1,3)); |
|
|
|
|
@ -459,6 +461,11 @@ public class LCContPrtPrintBL implements BusinessService { |
|
|
|
|
objectOneData.put("GrpIDType", lcGrpInfoSSRS.GetText(1,55)); |
|
|
|
|
objectOneData.put("GrpID", lcGrpInfoSSRS.GetText(1,56)); |
|
|
|
|
objectOneData.put("BalanceOnState", lcGrpInfoSSRS.GetText(1,60)); |
|
|
|
|
objectOneData.put("FoundDate", lcGrpInfoSSRS.GetText(1,61));//成立日期
|
|
|
|
|
objectOneData.put("PostalAddress", lcGrpInfoSSRS.GetText(1,62));//联系地址
|
|
|
|
|
objectOneData.put("ControlTRType", lcGrpInfoSSRS.GetText(1,63));//税收类型
|
|
|
|
|
objectOneData.put("InstitutionsCategory", lcGrpInfoSSRS.GetText(1,64));//机构类别
|
|
|
|
|
objectOneData.put("Satrap", lcGrpInfoSSRS.GetText(1,65));//负责人
|
|
|
|
|
|
|
|
|
|
/******************************************************** |
|
|
|
|
* 投保险种信息 |
|
|
|
|
@ -616,6 +623,8 @@ public class LCContPrtPrintBL implements BusinessService { |
|
|
|
|
object.put("ContPlanCode",planInfoSSRS.GetText(i, 1)); |
|
|
|
|
object.put("ContPlanName",planInfoSSRS.GetText(i, 2)); |
|
|
|
|
object.put("riskName",planInfoSSRS.GetText(i, 12)); |
|
|
|
|
object.put("EnterPriseBurden",planInfoSSRS.GetText(i, 14));//单位交费合计
|
|
|
|
|
object.put("PersonBurden",planInfoSSRS.GetText(i, 15));//个人交费合计
|
|
|
|
|
|
|
|
|
|
if(planInfoSSRS.GetText(i, 3) == null || "".equals(planInfoSSRS.GetText(i, 3))){ |
|
|
|
|
object.put("Amnt","---"); |
|
|
|
|
@ -835,11 +844,11 @@ public class LCContPrtPrintBL implements BusinessService { |
|
|
|
|
*******************************************************/ |
|
|
|
|
JSONObject jsonSaleInfo = new JSONObject(); |
|
|
|
|
JSONObject jsonSaleInfoData = new JSONObject(); |
|
|
|
|
jsonSaleInfo.put("filesOrder",2); |
|
|
|
|
jsonSaleInfo.put("filesType","docx"); |
|
|
|
|
jsonSaleInfo.put("data",jsonSaleInfoData); |
|
|
|
|
// jsonSaleInfo.put("filesOrder",2);
|
|
|
|
|
// jsonSaleInfo.put("filesType","docx");
|
|
|
|
|
// jsonSaleInfo.put("data",jsonSaleInfoData); //暂时注释掉
|
|
|
|
|
|
|
|
|
|
jsonArray.add(jsonSaleInfo); |
|
|
|
|
// jsonArray.add(jsonSaleInfo);
|
|
|
|
|
|
|
|
|
|
jsonSaleInfoData.put("AskPrtNo",mGrpPropNo); |
|
|
|
|
jsonSaleInfoData.put("AskNo",lcGrpInfoSSRS.GetText(1,1)); |
|
|
|
|
@ -916,15 +925,15 @@ public class LCContPrtPrintBL implements BusinessService { |
|
|
|
|
JSONObject jsonInsuredInfo = new JSONObject(); |
|
|
|
|
JSONObject jsonInsuredInfoData = new JSONObject(); |
|
|
|
|
JSONArray insuedList = new JSONArray(); |
|
|
|
|
jsonInsuredInfo.put("data", jsonInsuredInfoData); |
|
|
|
|
jsonInsuredInfo.put("filesOrder", 3); |
|
|
|
|
jsonInsuredInfo.put("filesType", "docx"); |
|
|
|
|
// jsonInsuredInfo.put("data", jsonInsuredInfoData);
|
|
|
|
|
// jsonInsuredInfo.put("filesOrder", 3);
|
|
|
|
|
// jsonInsuredInfo.put("filesType", "docx"); //暂时注掉
|
|
|
|
|
|
|
|
|
|
jsonInsuredInfoData.put("GrpName", lcGrpInfoSSRS.GetText(1, 2)); //ZCNTODO 投保单位名称
|
|
|
|
|
jsonInsuredInfoData.put("AskPrtNo", mGrpPropNo); //ZCNTODO 投保单号码
|
|
|
|
|
jsonInsuredInfoData.put("InsuedList", insuedList); |
|
|
|
|
// jsonInsuredInfoData.put("GrpName", lcGrpInfoSSRS.GetText(1, 2)); //ZCNTODO 投保单位名称
|
|
|
|
|
// jsonInsuredInfoData.put("AskPrtNo", mGrpPropNo); //ZCNTODO 投保单号码
|
|
|
|
|
// jsonInsuredInfoData.put("InsuedList", insuedList);
|
|
|
|
|
|
|
|
|
|
jsonArray.add(jsonInsuredInfo); |
|
|
|
|
// jsonArray.add(jsonInsuredInfo);
|
|
|
|
|
|
|
|
|
|
SSRS insuredInfoSSRS = lcContPrtPrintBLSQL.getInsuredInfoByGrpPropNo(mGrpPropNo); |
|
|
|
|
|
|
|
|
|
|