|
@@ -34,6 +34,7 @@ public class PromotionApplyFlow extends FlowDelegate {
|
|
PromotionApplyDto dto = submitData.toJavaObject(PromotionApplyDto.class);
|
|
PromotionApplyDto dto = submitData.toJavaObject(PromotionApplyDto.class);
|
|
dto.setFlowId(flowId);
|
|
dto.setFlowId(flowId);
|
|
dto.setStatus(FlowStatusEnum1.UNDER_REVIEW.getKey());
|
|
dto.setStatus(FlowStatusEnum1.UNDER_REVIEW.getKey());
|
|
|
|
+ dto.setUserId(SecurityUtils.getUserId());
|
|
|
|
|
|
//回填用户名
|
|
//回填用户名
|
|
String nickName = SecurityUtils.getLoginUser().getUser().getNickName();
|
|
String nickName = SecurityUtils.getLoginUser().getUser().getNickName();
|