|
@@ -37,7 +37,7 @@ public class EnterpriseRecycleServiceImpl implements EnterpriseRecycleService {
|
|
return "该enterprise_usci已存在";
|
|
return "该enterprise_usci已存在";
|
|
Enterprise enterprise = new Enterprise(enterpriseVo);
|
|
Enterprise enterprise = new Enterprise(enterpriseVo);
|
|
enterpriseMapper.insert(enterprise);
|
|
enterpriseMapper.insert(enterprise);
|
|
- return "修改成功";
|
|
|
|
|
|
+ return "添加成功";
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|