|
@@ -84,6 +84,9 @@ public class WorkNodeProcessable {
|
|
@Autowired
|
|
@Autowired
|
|
private IBusinessPerformanceDistributionService businessPerformanceDistributionService;
|
|
private IBusinessPerformanceDistributionService businessPerformanceDistributionService;
|
|
|
|
|
|
|
|
+ @Autowired
|
|
|
|
+ private IMajorProductionAllotService majorProductionAllotService;
|
|
|
|
+
|
|
|
|
|
|
/**
|
|
/**
|
|
* 提交流程前置处理
|
|
* 提交流程前置处理
|
|
@@ -370,6 +373,9 @@ public class WorkNodeProcessable {
|
|
case COMMISSION_DECLARE_MAJOR_MARKET:
|
|
case COMMISSION_DECLARE_MAJOR_MARKET:
|
|
commissionDeclareService.update(new LambdaUpdateWrapper<CommissionDeclare>().set(CommissionDeclare::getDeclareResult,审核拒绝.name())
|
|
commissionDeclareService.update(new LambdaUpdateWrapper<CommissionDeclare>().set(CommissionDeclare::getDeclareResult,审核拒绝.name())
|
|
.eq(BaseEntity::getId,currentInstanceNode.getBusinessId()));
|
|
.eq(BaseEntity::getId,currentInstanceNode.getBusinessId()));
|
|
|
|
+ majorProductionAllotService.update(new LambdaUpdateWrapper<MajorProductionAllot>()
|
|
|
|
+ .set(MajorProductionAllot::getDeleted, 1)
|
|
|
|
+ .eq(MajorProductionAllot::getDeclareId, currentInstanceNode.getBusinessId()));
|
|
break;
|
|
break;
|
|
case COMMISSION_DECLARE_ASSET_MARKET:
|
|
case COMMISSION_DECLARE_ASSET_MARKET:
|
|
case COMMISSION_DECLARE_ASSET_EVALUATE:
|
|
case COMMISSION_DECLARE_ASSET_EVALUATE:
|