Browse Source

整理正式环境bug

v2
蟑螂恶霸 2 years ago
parent
commit
05c9b68c63
  1. 1
      lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/java/com/zdxt/code/service/impl/EnterpriseInformationServiceImpl.java

1
lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/java/com/zdxt/code/service/impl/EnterpriseInformationServiceImpl.java

@ -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();

Loading…
Cancel
Save