-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
[sql] insert into employee set user_id=?, job_num=?, name=?, sex=?, mobile=?, identity_num=?, dept_id=?, position_id=?, create_time=?, remark=?;
[value] [
72,
'1001',
'姓名暂时保密',
0,
'手机号保密',
'身份证保密',
6,
1,
'2023-12-05',
'未审核'
]
ER_NO_REFERENCED_ROW_2: Cannot add or update a child row: a foreign key constraint fails (ticket.employee, CONSTRAINT employee_ibfk_3 FOREIGN KEY (position_id) REFERENCES propertyManagementposition (id))
身份证和姓名等敏感信息暂时去掉了
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels