|
@@ -14,7 +14,7 @@ import cn.com.qmth.examcloud.commons.web.jpa.JpaEntity;
|
|
|
*/
|
|
|
@Entity
|
|
|
@Table(name = "EC_B_ORG", indexes = {
|
|
|
- @Index(name = "IDX_B_ORG_003001", columnList = "rootOrgId,code", unique = true)})
|
|
|
+ @Index(name = "IDX_B_ORG_003001", columnList = "rootId,code", unique = true)})
|
|
|
public class OrgEntity extends JpaEntity {
|
|
|
|
|
|
private static final long serialVersionUID = -592353272256492483L;
|