|
@@ -55,7 +55,6 @@ public class RecruitEvent extends BaseController {
|
|
|
String flowDesc = StringUtils.join(Arrays.asList(entity.getUserNickname(), applyTime, entity.getDeptName()), "/");
|
|
|
entity.setFlowStatus(FLOW_PROCESS);
|
|
|
recruitDemandService.updateRecruit(entity);
|
|
|
- flowDesc = flowDesc.length() > 1 ? flowDesc.substring(1) : flowDesc;
|
|
|
workflowClient.saveFlowDescribe(flowInstanceId, flowDesc);
|
|
|
return ok("true");
|
|
|
} else {
|