新增前端vue
This commit is contained in:
@@ -105,7 +105,7 @@ public class BizCalendarScheduleController extends BaseController {
|
||||
BizCalendarFlow calendarFlow = new BizCalendarFlow();
|
||||
calendarFlow.setScheduleId(bizCalendarSchedule.getScheduleId());
|
||||
calendarFlow.setOperationType(isReachable ? "新增" : "变更");
|
||||
calendarFlow.setOperationUser(isReachable ? user.getUserName() : fUser.getUserName());
|
||||
calendarFlow.setOperationUser(user.getUserName());
|
||||
calendarFlow.setFlowContent(bizCalendarSchedule.getContent());
|
||||
calendarFlow.setStatusName(DictUtils.getDictLabel("todo_status", bizCalendarSchedule.getUstatus(), "0"));
|
||||
bizCalendarSchedule.setCreatorUser(user.getLoginCode());
|
||||
|
||||
Reference in New Issue
Block a user