|
String applyTime = LocalDateTimeUtils.format(entity.getApplyTime(), null);
|
|
String applyTime = LocalDateTimeUtils.format(entity.getApplyTime(), null);
|
|
String flowDesc = StringUtils.join(Arrays.asList(entity.getUserNickname(), applyTime, "¥"+entity.getTotalAmount(), projectName), "/");
|
|
String flowDesc = StringUtils.join(Arrays.asList(entity.getUserNickname(), applyTime, "¥"+entity.getTotalAmount(), projectName), "/");
|
|
workflowClient.saveFlowDescribe(flowInstanceId, flowDesc);
|
|
workflowClient.saveFlowDescribe(flowInstanceId, flowDesc);
|