Files
WorkNote/KMsoftPLM/数据库/用户表.md
2025-01-13 11:22:31 +08:00

13 lines
633 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 用户表
在**KONGKU_ORG**(或叫**KM_ORG**)表空间中找到**PLM_USER**表
![image-20240418105717807](assets/image-20240418105717807.png)
这个表中有两个字段共同管控着账号是否启用或锁定,即**CSTATE**字段与**CLOCKED**字段
输入错误密码过多导致账号锁定其CLOCKED字段值为1将CLOCKED字段值改为0即可解锁
新建账号的CSTATE字段值为2停用账号的CSTATE字段值为0将其修改为1即可启用
对于用户账户而言启用账号会将CSTATE的值修改为1将CLOCKED的值修改为0。在通常情况下不会对CLOCKED的值进行修改