|
|
@ -325,7 +325,9 @@ public class BuyerController { |
|
|
|
@PostMapping("/queryBuyerInfoList") |
|
|
|
@PostMapping("/queryBuyerInfoList") |
|
|
|
@ApiOperation(value = "购方信息模糊查询", notes = "购方信息管理-购方信息模糊查询") |
|
|
|
@ApiOperation(value = "购方信息模糊查询", notes = "购方信息管理-购方信息模糊查询") |
|
|
|
@SysLog(operation = "购方信息模糊查询", operationDesc = "购方信息模糊查询操作", key = "购方信息管理") |
|
|
|
@SysLog(operation = "购方信息模糊查询", operationDesc = "购方信息模糊查询操作", key = "购方信息管理") |
|
|
|
public R queryBuyerInfoList(@RequestParam String purchaseName, @RequestParam String xhfNsrsbh, @ApiParam(name = "entList", value = "数据组织Id数组", required = false) @RequestParam(value = "entList", required = false) String entList) { |
|
|
|
public R queryBuyerInfoList(@RequestParam String purchaseName, |
|
|
|
|
|
|
|
@RequestParam String xhfNsrsbh, |
|
|
|
|
|
|
|
@ApiParam(name = "entList", value = "数据组织Id数组", required = false) @RequestParam(value = "entList", required = false) String entList) { |
|
|
|
if (StringUtils.isBlank(xhfNsrsbh)) { |
|
|
|
if (StringUtils.isBlank(xhfNsrsbh)) { |
|
|
|
return R.error(); |
|
|
|
return R.error(); |
|
|
|
} |
|
|
|
} |
|
|
|