server/company/src/main/java/com/doumee/api/business/ApplyChangeController.java
@@ -97,13 +97,15 @@ public void exportChangeUnitExcel (@RequestBody ApplyChange model, HttpServletResponse response) { ExcelExporter.build(ApplyChange.class).exportChangeUnitExcel(applyChangeService.exportChangeUnitExcel(model), response); } @ApiOperation("获取加减保签章地址") @PostMapping("/getJiajianBaoSignLink") @RequiresPermissions("business:applychange:sign") public ApiResponse<String> getSignLinkJiajiabao (@RequestBody ApplyChange model, HttpServletResponse response) { return ApiResponse.success( applyChangeService.getSignLinkJiajiabao(model)); } @ApiOperation("获取缓存申请签章地址") @ApiOperation("获取换厂申请签章地址") @PostMapping("/getChangeUnitSignLink") @RequiresPermissions("business:applychange:sign") public ApiResponse<String> getChangeUnitSignLink (@RequestBody ApplyChange model, HttpServletResponse response) { server/service/src/main/java/com/doumee/service/business/impl/ApplyChangeServiceImpl.java
@@ -2034,7 +2034,14 @@ applyChangeMapper.updateById(update); return link; }else{ return this.getSignLinkJiajiabao(model); if(model.getType().equals(Constants.ONE)){ return this.getSignLinkChangeUnit(model); }else{ return this.getSignLinkJiajiabao(model); } } } server/service/src/main/java/com/doumee/service/business/impl/InsuranceApplyServiceImpl.java
@@ -2364,7 +2364,10 @@ if(!(insuranceApply.getStatus().equals(Constants.InsuranceApplyStatus.WAIT_SIGNATURE.getKey()) ||insuranceApply.getStatus().equals(Constants.InsuranceApplyStatus.SIGNATURE.getKey()) ||insuranceApply.getStatus().equals(Constants.InsuranceApplyStatus.FAIL_RETURN.getKey()) ||insuranceApply.getStatus().equals(Constants.InsuranceApplyStatus.PLATFORM_CHECK_PASS.getKey()))){ ||insuranceApply.getStatus().equals(Constants.InsuranceApplyStatus.PLATFORM_CHECK_PASS.getKey()) ||insuranceApply.getStatus().equals(Constants.InsuranceApplyStatus.WTB_RETURN.getKey()) ) ){ throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"数据状态无法进行关闭!"); } //删除其他待办