|
@@ -63,8 +63,8 @@ public class YongChengOrderApiController {
|
|
|
@ApiOperation(value = "永诚API方式 - 影像上传")
|
|
@ApiOperation(value = "永诚API方式 - 影像上传")
|
|
|
@PostMapping(value = "/uploadImage")
|
|
@PostMapping(value = "/uploadImage")
|
|
|
public HttpResult uploadImageApi(@RequestSingleParam(value = "companyId") String companyId) {
|
|
public HttpResult uploadImageApi(@RequestSingleParam(value = "companyId") String companyId) {
|
|
|
- return yongchengOrderApiService.uploadImageApi(companyId);
|
|
|
|
|
-// return HttpResult.ok("ok");
|
|
|
|
|
|
|
+// return yongchengOrderApiService.uploadImageApi(companyId);
|
|
|
|
|
+ return HttpResult.ok("ok");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@ApiOperation(value = "永诚API方式 -电子保单")
|
|
@ApiOperation(value = "永诚API方式 -电子保单")
|
|
@@ -115,6 +115,7 @@ public class YongChengOrderApiController {
|
|
|
|
|
|
|
|
lqw.eq(InsAreaCompany::getOrderstatus, InsOrderStatusEnum.WAIT_PAY.getCode());
|
|
lqw.eq(InsAreaCompany::getOrderstatus, InsOrderStatusEnum.WAIT_PAY.getCode());
|
|
|
lqw.gt(InsAreaCompany::getAudittime, LocalDate.now());
|
|
lqw.gt(InsAreaCompany::getAudittime, LocalDate.now());
|
|
|
|
|
+ lqw.eq(InsAreaCompany::getId,suborderId);
|
|
|
List<InsAreaCompany> list = insAreaCompanyService.list(lqw);
|
|
List<InsAreaCompany> list = insAreaCompanyService.list(lqw);
|
|
|
|
|
|
|
|
list.forEach(yongchengOrderApiService::getPayUrlApi);
|
|
list.forEach(yongchengOrderApiService::getPayUrlApi);
|