|
|
@ -305,7 +305,7 @@ public class OaMendApplyService extends MybatisBaseService<OaMendApplyMapper, Oa |
|
|
|
if (r == 1) { |
|
|
|
ResultBean<UpdateFlowFieldVo> voResultBean = flowFeign.startProcess(bv); |
|
|
|
UpdateFlowFieldVo ufVo = voResultBean.getData(); |
|
|
|
updateFlowFiled(BeanUtil.beanToMap(ufVo)); |
|
|
|
// updateFlowFiled(BeanUtil.beanToMap(ufVo));
|
|
|
|
//更新oaform中的流程数据
|
|
|
|
ufVo.setSid(oaMendApply.getFormSid()); |
|
|
|
oaFormService.updateFlow(BeanUtil.beanToMap(ufVo)); |
|
|
@ -408,7 +408,7 @@ public class OaMendApplyService extends MybatisBaseService<OaMendApplyMapper, Oa |
|
|
|
return rb.setMsg(resultBean.getMsg()); |
|
|
|
} |
|
|
|
UpdateFlowFieldVo ufVo = resultBean.getData(); |
|
|
|
updateFlowFiled(BeanUtil.beanToMap(resultBean.getData())); |
|
|
|
// updateFlowFiled(BeanUtil.beanToMap(resultBean.getData()));
|
|
|
|
//更新oaform中的流程数据
|
|
|
|
ufVo.setSid(oaMendApply.getFormSid()); |
|
|
|
oaFormService.updateFlow(BeanUtil.beanToMap(ufVo)); |
|
|
@ -529,7 +529,7 @@ public class OaMendApplyService extends MybatisBaseService<OaMendApplyMapper, Oa |
|
|
|
UpdateFlowFieldVo ufVo = resultBean.getData(); |
|
|
|
Map<String, Object> map = BeanUtil.beanToMap(ufVo); |
|
|
|
//更新业务中的流程相关的参数
|
|
|
|
updateFlowFiled(map); |
|
|
|
// updateFlowFiled(map);
|
|
|
|
//更新oaform中的流程数据
|
|
|
|
ufVo.setSid(oaMendApply.getFormSid()); |
|
|
|
oaFormService.updateFlow(BeanUtil.beanToMap(ufVo)); |
|
|
@ -595,7 +595,7 @@ public class OaMendApplyService extends MybatisBaseService<OaMendApplyMapper, Oa |
|
|
|
if (!resultBean.getSuccess()) { |
|
|
|
return rb.setMsg(resultBean.getMsg()); |
|
|
|
} |
|
|
|
updateFlowFiled(BeanUtil.beanToMap(resultBean.getData())); |
|
|
|
// updateFlowFiled(BeanUtil.beanToMap(resultBean.getData()));
|
|
|
|
//更新oaform中的流程数据
|
|
|
|
resultBean.getData().setSid(oaMendApply.getFormSid()); |
|
|
|
oaFormService.updateFlow(BeanUtil.beanToMap(resultBean.getData())); |
|
|
@ -629,7 +629,7 @@ public class OaMendApplyService extends MybatisBaseService<OaMendApplyMapper, Oa |
|
|
|
return rb.setMsg(resultBean.getMsg()); |
|
|
|
} |
|
|
|
Map<String, Object> map = BeanUtil.beanToMap(resultBean.getData()); |
|
|
|
updateFlowFiled(map); |
|
|
|
// updateFlowFiled(map);
|
|
|
|
//更新oaform中的流程数据
|
|
|
|
resultBean.getData().setSid(oaMendApply.getFormSid()); |
|
|
|
oaFormService.updateFlow(BeanUtil.beanToMap(resultBean.getData())); |
|
|
@ -643,7 +643,7 @@ public class OaMendApplyService extends MybatisBaseService<OaMendApplyMapper, Oa |
|
|
|
return rb.setMsg(resultBean.getMsg()); |
|
|
|
} |
|
|
|
Map<String, Object> map = BeanUtil.beanToMap(resultBean.getData()); |
|
|
|
updateFlowFiled(map); |
|
|
|
// updateFlowFiled(map);
|
|
|
|
//更新oaform中的流程数据
|
|
|
|
resultBean.getData().setSid(oaMendApply.getFormSid()); |
|
|
|
oaFormService.updateFlow(BeanUtil.beanToMap(resultBean.getData())); |
|
|
|