交班报错修复
This commit is contained in:
@@ -172,8 +172,7 @@ public class AuthorizationServiceImpl implements AuthorizationService {
|
||||
}
|
||||
StpKit.USER.addRoleList(roleNames);
|
||||
StpKit.USER.addPermissionList(promissionList);
|
||||
String platformType = ServletUtil.getHeaderIgnoreCase(ServletUtil.getRequest(), "platformType");
|
||||
if (PlatformTypeEnum.PC_CLIENT.getValue().equals(platformType)) {
|
||||
if (PlatformTypeEnum.PC_CLIENT.getValue().equals(platType)) {
|
||||
// 初始化交班记录
|
||||
HandoverRecord entity = getHandoverRecord(isStaff, shopInfo, shopStaff);
|
||||
handoverRecordService.initHandoverRecord(entity);
|
||||
|
||||
Reference in New Issue
Block a user