wangwei %!s(int64=6) %!d(string=hai) anos
pai
achega
56b8901eff

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/OrgController.java

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