sql 增加 psn_type
This commit is contained in:
parent
732bdae7d5
commit
84cfe00178
|
|
@ -106,6 +106,7 @@
|
||||||
u.login_type,
|
u.login_type,
|
||||||
u.is_built_in,
|
u.is_built_in,
|
||||||
u.is_customer,
|
u.is_customer,
|
||||||
|
u.psn_type,
|
||||||
u.cust_id,
|
u.cust_id,
|
||||||
u.cust_num
|
u.cust_num
|
||||||
from sys_user u
|
from sys_user u
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue