Forráskód Böngészése

申请餐饮费用修改

gao.qiang 1 éve
szülő
commit
40b8d30b7f

+ 1 - 1
application-webadmin/src/main/java/com/ankaibei/workFlow/webadmin/ankaibei/service/impl/ApplyForCostServiceImpl.java

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