修复新增物料查询oms字段报错问题
This commit is contained in:
@@ -76,7 +76,7 @@ public class ErpCountryApi extends BaseController{
|
||||
@ApiOperation("查询企业国别列表-下拉框用")
|
||||
@GetMapping("/countryList")
|
||||
public AjaxResult countryList(ErpCountryDTO erpCountryDTO){
|
||||
TableDataInfo tableDataInfo = erpCountryApplicationService.queryList(erpCountryDTO);
|
||||
TableDataInfo tableDataInfo = erpCountryApplicationService.queryList1(erpCountryDTO);
|
||||
return AjaxResult.success(tableDataInfo.getData());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user