|
@@ -641,7 +641,7 @@ public class OrgController extends ControllerSupport {
|
|
|
OrgPropertyEntity entity = orgPropertyRepo.findByOrgIdAndKeyId(orgId, de.getId());
|
|
|
if (null == entity) {
|
|
|
entity = new OrgPropertyEntity();
|
|
|
- entity.setId(de.getId());
|
|
|
+ entity.setKeyId(de.getId());
|
|
|
entity.setOrgId(orgId);
|
|
|
}
|
|
|
entity.setValue(filePath);
|