|
@@ -97,7 +97,6 @@ public class CommonCostEvent extends BaseController {
|
|
|
});
|
|
|
String applyTime = LocalDateTimeUtils.format(entity.getApplyTime(), null);
|
|
|
String flowDesc = StringUtils.join(Arrays.asList(entity.getUserNickname(), applyTime, "¥"+entity.getTotalAmount(), projectName), "/");
|
|
|
- flowDesc = flowDesc.length() > 1 ? flowDesc.substring(1) : flowDesc;
|
|
|
workflowClient.saveFlowDescribe(flowInstanceId, flowDesc);
|
|
|
return ok("true");
|
|
|
} else {
|