|
@ -240,7 +240,6 @@ public class CommonApi { |
|
|
if (CollectionUtil.isNotEmpty(proList1)) { |
|
|
if (CollectionUtil.isNotEmpty(proList1)) { |
|
|
return AjaxResult.error("该企业已绑定,不可重复绑定!"); |
|
|
return AjaxResult.error("该企业已绑定,不可重复绑定!"); |
|
|
}*/ |
|
|
}*/ |
|
|
List<BsSgcYxjdEnterpriseInfo> infos = new ArrayList<>(); |
|
|
|
|
|
for (String id : proNos) { |
|
|
for (String id : proNos) { |
|
|
BsSgcYxjdEnterpriseInfo byId = bsSgcYxjdEnterpriseInfoService.getById(id); |
|
|
BsSgcYxjdEnterpriseInfo byId = bsSgcYxjdEnterpriseInfoService.getById(id); |
|
|
byId.setBindStatus("1"); |
|
|
byId.setBindStatus("1"); |
|
|