|
@@ -185,16 +185,16 @@ public class HuaTaiOrderApiServiceImpl implements HuaTaiOrderApiService {
|
|
|
if (insAreaCompany.getJqapplyno().equals(appliResult.getContractNo())) {
|
|
if (insAreaCompany.getJqapplyno().equals(appliResult.getContractNo())) {
|
|
|
jqStatus = appliResult.getStatus();
|
|
jqStatus = appliResult.getStatus();
|
|
|
for (HuaTaiSubmitResponse.Notion notion : appliResult.getNotion()) {
|
|
for (HuaTaiSubmitResponse.Notion notion : appliResult.getNotion()) {
|
|
|
- jqNotion.append(notion.getUWNotion() + ",");
|
|
|
|
|
|
|
+ jqNotion.append(notion.getUWNotion() + "</br>");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- if (StringUtils.isNotEmpty(insAreaCompany.getSyapplyno()) && insAreaCompany.getSyapplyno().equals(appliResult.getContractNo())) {
|
|
|
|
|
|
|
+ if (StringUtils.isNotEmpty(insAreaCompany.getSyapplyno())) {
|
|
|
haveSYFlag = true;
|
|
haveSYFlag = true;
|
|
|
- if (insAreaCompany.getJqapplyno().equals(appliResult.getContractNo())) {
|
|
|
|
|
|
|
+ if (insAreaCompany.getSyapplyno().equals(appliResult.getContractNo())) {
|
|
|
syStatus = appliResult.getStatus();
|
|
syStatus = appliResult.getStatus();
|
|
|
for (HuaTaiSubmitResponse.Notion notion : appliResult.getNotion()) {
|
|
for (HuaTaiSubmitResponse.Notion notion : appliResult.getNotion()) {
|
|
|
- syNotion.append(notion.getUWNotion() + ",");
|
|
|
|
|
|
|
+ syNotion.append(notion.getUWNotion() + "</br>");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|