|
@@ -1516,7 +1516,6 @@ public class InstitutionService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
QuotaEntity quota = new QuotaEntity();
|
|
QuotaEntity quota = new QuotaEntity();
|
|
|
- quota.setQuotaId(java.util.UUID.randomUUID().toString().replace("-", ""));
|
|
|
|
|
quota.setEmployeeId(empId);
|
|
quota.setEmployeeId(empId);
|
|
|
quota.setInstitutionId(institutionId);
|
|
quota.setInstitutionId(institutionId);
|
|
|
quota.setQuotaType("period".equals(grantMode) ? "CAP" : null);
|
|
quota.setQuotaType("period".equals(grantMode) ? "CAP" : null);
|
|
@@ -1614,7 +1613,6 @@ public class InstitutionService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
QuotaEntity quota = new QuotaEntity();
|
|
QuotaEntity quota = new QuotaEntity();
|
|
|
- quota.setQuotaId(java.util.UUID.randomUUID().toString().replace("-", ""));
|
|
|
|
|
quota.setEmployeeId(empId);
|
|
quota.setEmployeeId(empId);
|
|
|
quota.setInstitutionId(institutionId);
|
|
quota.setInstitutionId(institutionId);
|
|
|
quota.setOutBizNo("inst_" + institutionId + "_" + empId);
|
|
quota.setOutBizNo("inst_" + institutionId + "_" + empId);
|