11-21-改善
This commit is contained in:
@ -162,4 +162,22 @@ public class XzdSupplierInfoController extends BaseController {
|
|||||||
return xzdSupplierOpenBankService.queryPageList(bo, pageQuery);
|
return xzdSupplierOpenBankService.queryPageList(bo, pageQuery);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询供应商信息-开户银行列表
|
||||||
|
*/
|
||||||
|
@SaCheckPermission(value = {"yhzjb:supplierInfo:add","yhzjb:supplierInfo:edit","yhzjb:supplierInfo:list"},mode = SaMode.OR)
|
||||||
|
@GetMapping("/getOpenBankList")
|
||||||
|
public R<List<String>> getOpenBankList(XzdSupplierOpenBankBo bo) {
|
||||||
|
return R.ok(xzdSupplierOpenBankService.getOpenBankList(bo));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询区域列表
|
||||||
|
*/
|
||||||
|
@SaCheckPermission(value = {"yhzjb:supplierInfo:add","yhzjb:supplierInfo:edit","yhzjb:supplierInfo:list"},mode = SaMode.OR)
|
||||||
|
@GetMapping("/getPoiAreaList")
|
||||||
|
public R<List<XzdPoiAreaVo>> getPoiAreaList() {
|
||||||
|
return R.ok(xzdSupplierOpenBankService.getPoiAreaList());
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user