Merge remote-tracking branch 'origin/feature/DM/nflg-bom' into feature/DM/nflg-bom

This commit is contained in:
大米 2023-12-21 16:36:24 +08:00
commit 1465ca128c
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ public class UserRoleService {
* @return
*/
public Integer getUserJob(){
return 1;
// return technician()? UserJobEnum.ENGINEER.getValue():UserJobEnum.DESIGNER.getValue();
// return 1;
return technician()? UserJobEnum.ENGINEER.getValue():UserJobEnum.DESIGNER.getValue();
}
}