员工账号查询修改
This commit is contained in:
@@ -104,7 +104,7 @@ public class ShopStaffServiceImpl extends ServiceImpl<ShopStaffMapper, ShopStaff
|
||||
}
|
||||
|
||||
if (StrUtil.isNotBlank(code)) {
|
||||
queryWrapper.like(ShopStaff::getCode, name);
|
||||
queryWrapper.like(ShopStaff::getCode, code);
|
||||
}
|
||||
|
||||
queryWrapper.eq(ShopStaff::getShopId, StpKit.USER.getLoginIdAsLong());
|
||||
|
||||
Reference in New Issue
Block a user