|
|
@@ -83,7 +83,7 @@ public class EnterpriseController {
|
|
|
*
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping(value = "/{enuu}/info", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/{enuu}/updateInfo", method = RequestMethod.POST)
|
|
|
public Enterprise updateEnterprise(@PathVariable Long enuu, @RequestBody Enterprise enterprise) {
|
|
|
Enterprise enterpriseInfo = enterpriseService.getEnterpriseInfo(enuu);
|
|
|
if (enterpriseInfo.getEnAdminuu() == null) {
|