20200523-zlp-3
园历样式
This commit is contained in:
@ -101,7 +101,7 @@ public class ByCalendarController extends BaseController
|
|||||||
public AjaxResult add(@RequestBody ByCalendar byCalendar)
|
public AjaxResult add(@RequestBody ByCalendar byCalendar)
|
||||||
{
|
{
|
||||||
byCalendar.setCreateuserid(SecurityUtils.getLoginUser().getUser().getUserId());
|
byCalendar.setCreateuserid(SecurityUtils.getLoginUser().getUser().getUserId());
|
||||||
byCalendar.setStylecolor("red");
|
byCalendar.setStylecolor("#eb2f96");
|
||||||
byCalendar.setCreatetime(new Date());
|
byCalendar.setCreatetime(new Date());
|
||||||
return toAjax(byCalendarService.insertByCalendar(byCalendar));
|
return toAjax(byCalendarService.insertByCalendar(byCalendar));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user