@@ -96,7 +96,7 @@ public class EnterpriseInfoServiceImpl extends BaseServiceImpl<EnterpriseInfoMap
if (Func.isNull(one)) {
//新增
- this.save(enterpriseInfo);
+ result = this.save(enterpriseInfo);
} else {
//修改
enterpriseInfo.setId(one.getId());