|
@@ -114,7 +114,7 @@ public class SysQuotationController extends BaseController {
|
|
|
@PostMapping(value = "/batch")
|
|
@PostMapping(value = "/batch")
|
|
|
public HttpResult<SysOrganizationQuotation> batch(@RequestBody SysOrganizationQuotation sysOrganizationQuotation) {
|
|
public HttpResult<SysOrganizationQuotation> batch(@RequestBody SysOrganizationQuotation sysOrganizationQuotation) {
|
|
|
if (sysOrganizationQuotation.getOrganizationIds().size() == 0){
|
|
if (sysOrganizationQuotation.getOrganizationIds().size() == 0){
|
|
|
- return HttpResult.ok("编辑失败,未选中修改机构");
|
|
|
|
|
|
|
+ return HttpResult.error("编辑失败,未选中修改机构");
|
|
|
}
|
|
}
|
|
|
// 构造查询条件,根据提供的组织ID集合查询出对应的报价单授权信息,然后进行删除
|
|
// 构造查询条件,根据提供的组织ID集合查询出对应的报价单授权信息,然后进行删除
|
|
|
LambdaQueryWrapper<SysOrganizationQuotation> removeWrapper = new LambdaQueryWrapper<>();
|
|
LambdaQueryWrapper<SysOrganizationQuotation> removeWrapper = new LambdaQueryWrapper<>();
|