20200523-zlp-3

园历样式
This commit is contained in:
paidaxing444 2020-05-23 15:24:40 +08:00
parent ae513f1426
commit 43d425e94d

View File

@ -101,7 +101,7 @@ public class ByCalendarController extends BaseController
public AjaxResult add(@RequestBody ByCalendar byCalendar)
{
byCalendar.setCreateuserid(SecurityUtils.getLoginUser().getUser().getUserId());
byCalendar.setStylecolor("red");
byCalendar.setStylecolor("#eb2f96");
byCalendar.setCreatetime(new Date());
return toAjax(byCalendarService.insertByCalendar(byCalendar));
}