|
|
@@ -157,7 +157,7 @@ public class GoodsController extends BaseController {
|
|
|
@PreAuthorize("@ss.hasPermi('system:business:list')")
|
|
|
@GetMapping("/bank/list")
|
|
|
public AjaxResult<List<GoodsAttachedVo>> bankList(GoodsAttachedQueryBo bo) {
|
|
|
- List<GoodsAttachedVo> list = iGoodsAttachedService.selectList(bo);
|
|
|
+ List<GoodsAttachedVo> list = iGoodsAttachedService.getList(bo);
|
|
|
return AjaxResult.success(list);
|
|
|
}
|
|
|
|