1、获取岗位修改为工艺人员-默认全部为工艺人员
This commit is contained in:
parent
638af508b4
commit
b3cd279b2b
|
|
@ -50,7 +50,8 @@ public class UserRoleService {
|
||||||
*/
|
*/
|
||||||
public Integer getUserJob(){
|
public Integer getUserJob(){
|
||||||
// return 1;
|
// return 1;
|
||||||
return technician()? UserJobEnum.ENGINEER.getValue():UserJobEnum.DESIGNER.getValue();
|
// return technician()? UserJobEnum.ENGINEER.getValue():UserJobEnum.DESIGNER.getValue();
|
||||||
|
return UserJobEnum.ENGINEER.getValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue