Package com.sishuok.es.showcase.status.show.entity

Examples of com.sishuok.es.showcase.status.show.entity.Show


    ) {

        this.permissionList.assertHasPermission("audit");

        for (Long id : ids) {
            Show show = baseService.findOne(id);
            show.setStatus(status);
            baseService.update(show);
        }

        redirectAttributes.addFlashAttribute(Constants.MESSAGE, "操作成功!");
View Full Code Here

TOP

Related Classes of com.sishuok.es.showcase.status.show.entity.Show

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.