main
黄海 2 years ago
parent ad66d0cde7
commit e2105eb68c

@ -26,8 +26,8 @@ t_importexcel_role_map
1发的角色可以是多个收的角色只能是一个
2如果某人有多个发的角色那么取第一个如果以后反馈不方便就修改为发现某人有多个发的角色那么让他选择一个。
# 清库脚本 这里不太对,因为无法初始化序列
truncate table t_collect_job;
truncate table t_collect_job_sheet;
truncate table t_collect_job_sheet_col;
truncate table t_collect_mapping;
# 清库脚本
truncate table t_collect_job restart identity;
truncate table t_collect_job_sheet restart identity;
truncate table t_collect_job_sheet_col restart identity;
truncate table t_collect_mapping restart identity;
Loading…
Cancel
Save