|
@@ -342,6 +342,7 @@ public class ApplyForCostServiceImpl implements ApplyForCostService {
|
|
|
costInfoEntity.setPerformAmount(repastExpenseVo.getTotalMoney());
|
|
|
costInfoEntity.setProposer(repastExpenseVo.getApplicant());
|
|
|
costInfoEntity.setApplyCostId(save.getId());
|
|
|
+ costInfoEntity.setHappenDate(repastExpense.getCreateTime());
|
|
|
costInfoEntity.setProcessInstanceId(map.get("processInstanceId"));
|
|
|
costInfoEntity.setProcessDefinitionId(map.get("processDefinitionId"));
|
|
|
costInfoEntity.setFlowTaskStatus(FlowTaskStatus.SUBMITTED);
|