|  |  |  | 
|---|
|  |  |  | pidanFile.setObjType(Constants.MultiFile.CA_PD_PDF.getKey()); | 
|---|
|  |  |  | pidanFile.setType(Constants.TWO); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | multifileMapper.insertBatchSomeColumn(pidanFileList); | 
|---|
|  |  |  | multifileMapper.insert(pidanFileList); | 
|---|
|  |  |  | update.setApplyId(model.getApplyId()); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | pidanFile.setObjType(Constants.MultiFile.CA_PD_PDF.getKey()); | 
|---|
|  |  |  | pidanFile.setType(Constants.TWO); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | multifileMapper.insertBatchSomeColumn(param.getPidanFileList()); | 
|---|
|  |  |  | multifileMapper.insert(param.getPidanFileList()); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //        param.getPidanFile().setIsdeleted(Constants.ZERO); | 
|---|
|  |  |  | //        param.getPidanFile().setObjId(update.getId()); | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if (memberInsuranceList != null && memberInsuranceList.size() > 0) { | 
|---|
|  |  |  | memberInsuranceJoinMapper.insertBatchSomeColumn(memberInsuranceList); | 
|---|
|  |  |  | memberInsuranceJoinMapper.insert(memberInsuranceList); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if (totalFee.compareTo(new BigDecimal(0)) != 0) { | 
|---|