|
|
@@ -130,9 +130,6 @@ public class GLPPWXGQueryAddServiceImpl implements GLPPWXGQueryAddService {
|
|
|
}
|
|
|
|
|
|
Insure insure = publicService.getWebsitWorkerByWorkerAndWebsit("意外险");
|
|
|
- if (insure == null){
|
|
|
- return;
|
|
|
- }
|
|
|
|
|
|
List<WebsitWorker> wws = publicService.getWebsitWorkerByWorkerAndWebsit();
|
|
|
if (CollectionUtils.isNotEmpty(wws)){
|
|
|
@@ -947,6 +944,9 @@ public class GLPPWXGQueryAddServiceImpl implements GLPPWXGQueryAddService {
|
|
|
for (ZJInfo zj: wvos.getZjInfoList()){
|
|
|
// 保除证
|
|
|
if (zj.getZjmc().trim().equals("保险证")){
|
|
|
+ if (insure == null){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
if (produceBXInfo(workerId, wdno, workerWorkeridMap, insurecs, insurefiles,
|
|
|
insureworkeridandWebsitids, zj,websitWorderwidwdidMap, insure)){
|
|
|
continue;
|