|
|
|
@ -34,11 +34,6 @@ import java.util.List;
|
|
|
|
|
@RequestMapping("/law")
|
|
|
|
|
public class LawController extends BaseController {
|
|
|
|
|
|
|
|
|
|
public static final String PAGE_SIZE = "15";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static final String STATUS = "0";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private ISysColumnService columnService;
|
|
|
|
|