|
@@ -913,7 +913,7 @@ public class ChengTaiOrderApiServiceImpl implements ChengTaiOrderApiService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 人工核保
|
|
// 人工核保
|
|
|
- if (submitResponse.getProposal().getUnderWriteInd().equals("2")) {
|
|
|
|
|
|
|
+ if (submitResponse.getProposal().getUnderWriteInd().equals("2") || submitResponse.getProposal().getUnderWriteInd().equals("9")) {
|
|
|
insAreaCompany.setOrderstatus(InsOrderStatusEnum.WAIT_AUDIT.getCode());
|
|
insAreaCompany.setOrderstatus(InsOrderStatusEnum.WAIT_AUDIT.getCode());
|
|
|
if(submitResponse.getProposal() != null) {
|
|
if(submitResponse.getProposal() != null) {
|
|
|
insAreaCompany.setJqapplyno(submitResponse.getProposal().getCompProposalNo());
|
|
insAreaCompany.setJqapplyno(submitResponse.getProposal().getCompProposalNo());
|