|
|
|
@ -108,6 +108,7 @@ public class EnterpriseInformationServiceImpl implements IEnterpriseInformationS |
|
|
|
@Override |
|
|
|
public int insertEnterpriseInformation(EnterpriseInformation enterpriseInformation) |
|
|
|
{ |
|
|
|
|
|
|
|
enterpriseInformation.setCreateTime(DateUtils.getNowDate()); |
|
|
|
enterpriseInformation.setId(IdUtil.simpleUUID()); |
|
|
|
// UserBean user = userApi.getCurrentUser();
|
|
|
|
|