|
@@ -45,7 +45,7 @@ public class BinSectionController {
|
|
|
public R list(@RequestParam(value = "id", required = false) String id,
|
|
|
@RequestParam(value = "sectionName", required = false) String sectionName,
|
|
|
@RequestParam(value = "sectionCode", required = false) String sectionCode) {
|
|
|
- List<BinSection> list = binSectionService.list(id, sectionName, sectionCode);
|
|
|
+ List<BinSection> list =CacheContext.bsnList;
|
|
|
return R.ok().data(list);
|
|
|
}
|
|
|
|