|
|
@@ -1,7 +1,6 @@
|
|
|
package com.ydtech.modules.order.service.impl;
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
-import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
|
|
|
@@ -1210,7 +1209,7 @@ public class YongAnOrderServiceImpl implements YongAnOrderService {
|
|
|
String jqPath = getPdfUrl(insAreaCompany, "jq", "01",flag);
|
|
|
String syPath = getPdfUrl(insAreaCompany, "sy", "01",flag);
|
|
|
String jqSignPath = getPdfUrl(insAreaCompany, "jq", "02",flag);
|
|
|
- InsAreaCompanyExternalPolicy insAreaCompanyExternalPolicy =new InsAreaCompanyExternalPolicy(insAreaCompany.getId(),jqPath,jqSignPath,syPath,null);
|
|
|
+ InsAreaCompanyExternalPolicy insAreaCompanyExternalPolicy =new InsAreaCompanyExternalPolicy(insAreaCompany.getId(),jqPath,syPath,null,jqSignPath);
|
|
|
return new ReadPdfUrlListDto(insAreaCompanyExternalPolicy,insAreaCompany,null);
|
|
|
}
|
|
|
/**
|