|
@@ -43,11 +43,10 @@ public class DaJiaOrderController {
|
|
|
@PostMapping(value = "/submitImage")
|
|
@PostMapping(value = "/submitImage")
|
|
|
@ApiOperation(value = "提交影像信息")
|
|
@ApiOperation(value = "提交影像信息")
|
|
|
public HttpResult<Object> submitImage(@RequestSingleParam(value = "companyId") String companyId) {
|
|
public HttpResult<Object> submitImage(@RequestSingleParam(value = "companyId") String companyId) {
|
|
|
-// return this.daJiaOrderService.submitImage(companyId);
|
|
|
|
|
- return HttpResult.ok("ok");
|
|
|
|
|
|
|
+ return this.daJiaOrderService.submitImage(companyId);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @AuditVerification("核保")
|
|
|
|
|
|
|
+// @AuditVerification("核保")
|
|
|
@PostMapping(value = "/audit")
|
|
@PostMapping(value = "/audit")
|
|
|
@ApiOperation(value = "提交核保")
|
|
@ApiOperation(value = "提交核保")
|
|
|
public HttpResult<Object> audit(@RequestSingleParam(value = "companyId") String companyId) {
|
|
public HttpResult<Object> audit(@RequestSingleParam(value = "companyId") String companyId) {
|